Html Css Color HEX #B67C04 Dark Goldenrod

📋 copy color: '#B67C04'

red 182 ◦ green 124 ◦ blue 4

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

Shades of Dark Goldenrod #B67C04

Tints of Dark Goldenrod #B67C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 58.71%
G = 40%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B67C04 (or 0xB67C04) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 04. RGB value is (182,124,4). Sum of RGB (Red+Green+Blue) = 182+124+4=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C04 is #4983FB. Grayscale: #808080. Windows color (decimal): -4817916 or 294070. OLE color: 294070.

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

Color convert

RGB 182 124 4 -
CMYK 0 0.32 0.98 0.29
HSL 40.45º 0.96% 0.36% -
HSV(B) 40.45º 0.98% 0.71% -
XYZ 26.52 24.37 3.42 -
YUV 127.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 182 124 4 0 0.32 0.98 0.29 40.45 0.96 0.36
Hex B6 7C 4 0 20 62 1D 28 60 24
Octal 266 174 4 0 40 142 35 50 140 44
Binary 10110110 1111100 100 0 100000 1100010 11101 101000 1100000 100100

Color Harmonies of #B67C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C04

Black with #B67C04

Text Example


Text Example

White with #B67C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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