Html Css Color HEX #B67C18 Dark Goldenrod

📋 copy color: '#B67C18'

red 182 ◦ green 124 ◦ blue 24

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

Shades of Dark Goldenrod #B67C18

Tints of Dark Goldenrod #B67C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 55.15%
G = 37.58%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B67C18 (or 0xB67C18) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 18. RGB value is (182,124,24). Sum of RGB (Red+Green+Blue) = 182+124+24=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C18 is #4983E7. Grayscale: #828282. Windows color (decimal): -4817896 or 1604790. OLE color: 1604790.

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

Color convert

RGB 182 124 24 -
CMYK 0 0.32 0.87 0.29
HSL 37.97º 0.77% 0.4% -
HSV(B) 37.97º 0.87% 0.71% -
XYZ 26.66 24.43 4.17 -
YUV 129.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 182 124 24 0 0.32 0.87 0.29 37.97 0.77 0.4
Hex B6 7C 18 0 20 57 1D 26 4D 28
Octal 266 174 30 0 40 127 35 46 115 50
Binary 10110110 1111100 11000 0 100000 1010111 11101 100110 1001101 101000

Color Harmonies of #B67C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C18

Black with #B67C18

Text Example


Text Example

White with #B67C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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