Html Css Color HEX #B67612 Dark Goldenrod

📋 copy color: '#B67612'

red 182 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #B67612

Tints of Dark Goldenrod #B67612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.11%

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

R = 57.23%
G = 37.11%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67612 (or 0xB67612) is known color: Dark Goldenrod. HEX triplet: B6, 76 and 12. RGB value is (182,118,18). Sum of RGB (Red+Green+Blue) = 182+118+18=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 118 (46.48% from 255 or 37.11% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B67612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67612 is #4989ED. Grayscale: #7E7E7E. Windows color (decimal): -4819438 or 1210038. OLE color: 1210038.

HSL color Cylindrical-coordinate representation of color #B67612: hue angle of 36.59º 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 #B67612 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 118 18 -
CMYK 0 0.35 0.90 0.29
HSL 36.59º 0.82% 0.39% -
HSV(B) 36.59º 0.9% 0.71% -
XYZ 25.88 22.95 3.64 -
YUV 125.74 67.2 168.13 -
System Red Green Blue C M Y K H S L
Decimal 182 118 18 0 0.35 0.90 0.29 36.59 0.82 0.39
Hex B6 76 12 0 23 5A 1D 25 52 27
Octal 266 166 22 0 43 132 35 45 122 47
Binary 10110110 1110110 10010 0 100011 1011010 11101 100101 1010010 100111

Color Harmonies of #B67612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67612

Black with #B67612

Text Example


Text Example

White with #B67612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67612; }

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

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

background-color css

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

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

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

border-color css

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

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

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