Html Css Color HEX #B67A04 Dark Goldenrod

📋 copy color: '#B67A04'

red 182 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #B67A04

Tints of Dark Goldenrod #B67A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.61%

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

R = 59.09%
G = 39.61%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B67A04 (or 0xB67A04) is known color: Dark Goldenrod. HEX triplet: B6, 7A and 04. RGB value is (182,122,4). Sum of RGB (Red+Green+Blue) = 182+122+4=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 4 (1.95% from 255 or 1.30% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A04 is #4985FB. Grayscale: #7F7F7F. Windows color (decimal): -4818428 or 293558. OLE color: 293558.

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

Color convert

RGB 182 122 4 -
CMYK 0 0.33 0.98 0.29
HSL 39.78º 0.96% 0.36% -
HSV(B) 39.78º 0.98% 0.71% -
XYZ 26.27 23.87 3.34 -
YUV 126.49 58.88 167.59 -
System Red Green Blue C M Y K H S L
Decimal 182 122 4 0 0.33 0.98 0.29 39.78 0.96 0.36
Hex B6 7A 4 0 21 62 1D 28 60 24
Octal 266 172 4 0 41 142 35 50 140 44
Binary 10110110 1111010 100 0 100001 1100010 11101 101000 1100000 100100

Color Harmonies of #B67A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A04

Black with #B67A04

Text Example


Text Example

White with #B67A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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