Html Css Color HEX #BA841B Dark Goldenrod

📋 copy color: '#BA841B'

red 186 ◦ green 132 ◦ blue 27

#BA841B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BA841B

Tints of Dark Goldenrod #BA841B

RGB

 RED value IS 186 (73.05% from 255) = 53.91%

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 53.91%
G = 38.26%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BA841B (or 0xBA841B) is known color: Dark Goldenrod. HEX triplet: BA, 84 and 1B. RGB value is (186,132,27). Sum of RGB (Red+Green+Blue) = 186+132+27=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA841B is #457BE4. Grayscale: #888888. Windows color (decimal): -4553701 or 1803450. OLE color: 1803450.

HSL color Cylindrical-coordinate representation of color #BA841B: hue angle of 39.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA841B is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 27 -
CMYK 0 0.29 0.85 0.27
HSL 39.62º 0.75% 0.42% -
HSV(B) 39.62º 0.85% 0.73% -
XYZ 28.7 27.02 4.74 -
YUV 136.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 186 132 27 0 0.29 0.85 0.27 39.62 0.75 0.42
Hex BA 84 1B 0 1D 55 1B 28 4B 2A
Octal 272 204 33 0 35 125 33 50 113 52
Binary 10111010 10000100 11011 0 11101 1010101 11011 101000 1001011 101010

Color Harmonies of #BA841B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA841B

Black with #BA841B

Text Example


Text Example

White with #BA841B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA841B; }

 p { color: rgb(186,132,27); }

 H1.HeaderClassName
 {
   color: #BA841B;
 }
 .AnyTagClassName
 {
   color: #BA841B;
 }
</style>

background-color css

<style>
 a { background-color: #BA841B; }

 a { background-color: rgb(186,132,27); }

 div.DivClassName
 {
   background-color: #BA841B;
 }
 .BgClassName
 {
   background-color: #BA841B;
 }
</style>

border-color css

<style>
 span { border-color: #BA841B; }

 span { border-color: rgb(186,132,27); }

 td.TdClassName
 {
   border-color: #BA841B;
 }
 .TagClassName
 {
   border-color: #BA841B;
 }
</style>