Html Css Color HEX #B67B16 Dark Goldenrod

📋 copy color: '#B67B16'

red 182 ◦ green 123 ◦ blue 22

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

Shades of Dark Goldenrod #B67B16

Tints of Dark Goldenrod #B67B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.61%

 BLUE value IS 22 (8.98% from 255) = 6.73%

R = 55.66%
G = 37.61%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B67B16 (or 0xB67B16) is known color: Dark Goldenrod. HEX triplet: B6, 7B and 16. RGB value is (182,123,22). Sum of RGB (Red+Green+Blue) = 182+123+22=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67B16 is #4984E9. Grayscale: #818181. Windows color (decimal): -4818154 or 1473462. OLE color: 1473462.

HSL color Cylindrical-coordinate representation of color #B67B16: hue angle of 37.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B67B16 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 22 -
CMYK 0 0.32 0.88 0.29
HSL 37.88º 0.78% 0.4% -
HSV(B) 37.88º 0.88% 0.71% -
XYZ 26.52 24.17 4.03 -
YUV 129.13 67.55 165.71 -
System Red Green Blue C M Y K H S L
Decimal 182 123 22 0 0.32 0.88 0.29 37.88 0.78 0.4
Hex B6 7B 16 0 20 58 1D 26 4E 28
Octal 266 173 26 0 40 130 35 46 116 50
Binary 10110110 1111011 10110 0 100000 1011000 11101 100110 1001110 101000

Color Harmonies of #B67B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B16

Black with #B67B16

Text Example


Text Example

White with #B67B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B16; }

 p { color: rgb(182,123,22); }

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

background-color css

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

 a { background-color: rgb(182,123,22); }

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

border-color css

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

 span { border-color: rgb(182,123,22); }

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