Html Css Color HEX #B67C16 Dark Goldenrod

📋 copy color: '#B67C16'

red 182 ◦ green 124 ◦ blue 22

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

Shades of Dark Goldenrod #B67C16

Tints of Dark Goldenrod #B67C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

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

R = 55.49%
G = 37.8%
B = 6.71%

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

#B67C16 (or 0xB67C16) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 16. RGB value is (182,124,22). Sum of RGB (Red+Green+Blue) = 182+124+22=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C16 is #4983E9. Grayscale: #828282. Windows color (decimal): -4817898 or 1473718. OLE color: 1473718.

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

Color convert

RGB 182 124 22 -
CMYK 0 0.32 0.88 0.29
HSL 38.25º 0.78% 0.4% -
HSV(B) 38.25º 0.88% 0.71% -
XYZ 26.64 24.42 4.07 -
YUV 129.71 67.22 165.29 -
System Red Green Blue C M Y K H S L
Decimal 182 124 22 0 0.32 0.88 0.29 38.25 0.78 0.4
Hex B6 7C 16 0 20 58 1D 26 4E 28
Octal 266 174 26 0 40 130 35 46 116 50
Binary 10110110 1111100 10110 0 100000 1011000 11101 100110 1001110 101000

Color Harmonies of #B67C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C16

Black with #B67C16

Text Example


Text Example

White with #B67C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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