Html Css Color HEX #B86D0A Dark Goldenrod

📋 copy color: '#B86D0A'

red 184 ◦ green 109 ◦ blue 10

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

Shades of Dark Goldenrod #B86D0A

Tints of Dark Goldenrod #B86D0A

RGB

 RED value IS 184 (72.27% from 255) = 60.73%

 GREEN value IS 109 (42.97% from 255) = 35.97%

 BLUE value IS 10 (4.3% from 255) = 3.3%

R = 60.73%
G = 35.97%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B86D0A (or 0xB86D0A) is known color: Dark Goldenrod. HEX triplet: B8, 6D and 0A. RGB value is (184,109,10). Sum of RGB (Red+Green+Blue) = 184+109+10=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D0A is #4792F5. Grayscale: #787878. Windows color (decimal): -4690678 or 683448. OLE color: 683448.

HSL color Cylindrical-coordinate representation of color #B86D0A: hue angle of 34.14º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B86D0A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 109 10 -
CMYK 0 0.41 0.95 0.28
HSL 34.14º 0.9% 0.38% -
HSV(B) 34.14º 0.95% 0.72% -
XYZ 25.29 21.15 3.04 -
YUV 120.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 184 109 10 0 0.41 0.95 0.28 34.14 0.9 0.38
Hex B8 6D A 0 29 5F 1C 22 5A 26
Octal 270 155 12 0 51 137 34 42 132 46
Binary 10111000 1101101 1010 0 101001 1011111 11100 100010 1011010 100110

Color Harmonies of #B86D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D0A

Black with #B86D0A

Text Example


Text Example

White with #B86D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D0A; }

 p { color: rgb(184,109,10); }

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

background-color css

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

 a { background-color: rgb(184,109,10); }

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

border-color css

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

 span { border-color: rgb(184,109,10); }

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