Html Css Color HEX #B67812 Dark Goldenrod

📋 copy color: '#B67812'

red 182 ◦ green 120 ◦ blue 18

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

Shades of Dark Goldenrod #B67812

Tints of Dark Goldenrod #B67812

RGB

 RED value IS 182 (71.48% from 255) = 56.88%

 GREEN value IS 120 (47.27% from 255) = 37.5%

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 56.88%
G = 37.5%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67812 (or 0xB67812) is known color: Dark Goldenrod. HEX triplet: B6, 78 and 12. RGB value is (182,120,18). Sum of RGB (Red+Green+Blue) = 182+120+18=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B67812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67812 is #4987ED. Grayscale: #7F7F7F. Windows color (decimal): -4818926 or 1210550. OLE color: 1210550.

HSL color Cylindrical-coordinate representation of color #B67812: hue angle of 37.32º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B67812 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 120 18 -
CMYK 0 0.34 0.90 0.29
HSL 37.32º 0.82% 0.39% -
HSV(B) 37.32º 0.9% 0.71% -
XYZ 26.12 23.42 3.72 -
YUV 126.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 182 120 18 0 0.34 0.90 0.29 37.32 0.82 0.39
Hex B6 78 12 0 22 5A 1D 25 52 27
Octal 266 170 22 0 42 132 35 45 122 47
Binary 10110110 1111000 10010 0 100010 1011010 11101 100101 1010010 100111

Color Harmonies of #B67812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67812

Black with #B67812

Text Example


Text Example

White with #B67812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67812; }

 p { color: rgb(182,120,18); }

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

background-color css

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

 a { background-color: rgb(182,120,18); }

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

border-color css

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

 span { border-color: rgb(182,120,18); }

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