Html Css Color HEX #B67C06 Dark Goldenrod

📋 copy color: '#B67C06'

red 182 ◦ green 124 ◦ blue 6

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

Shades of Dark Goldenrod #B67C06

Tints of Dark Goldenrod #B67C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 58.33%
G = 39.74%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B67C06 (or 0xB67C06) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 06. RGB value is (182,124,6). Sum of RGB (Red+Green+Blue) = 182+124+6=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C06 is #4983F9. Grayscale: #808080. Windows color (decimal): -4817914 or 425142. OLE color: 425142.

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

Color convert

RGB 182 124 6 -
CMYK 0 0.32 0.97 0.29
HSL 40.23º 0.94% 0.37% -
HSV(B) 40.23º 0.97% 0.71% -
XYZ 26.53 24.37 3.48 -
YUV 127.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 182 124 6 0 0.32 0.97 0.29 40.23 0.94 0.37
Hex B6 7C 6 0 20 61 1D 28 5E 25
Octal 266 174 6 0 40 141 35 50 136 45
Binary 10110110 1111100 110 0 100000 1100001 11101 101000 1011110 100101

Color Harmonies of #B67C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C06

Black with #B67C06

Text Example


Text Example

White with #B67C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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