Html Css Color HEX #B67304 Dark Goldenrod

📋 copy color: '#B67304'

red 182 ◦ green 115 ◦ blue 4

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

Shades of Dark Goldenrod #B67304

Tints of Dark Goldenrod #B67304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 60.47%
G = 38.21%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B67304 (or 0xB67304) is known color: Dark Goldenrod. HEX triplet: B6, 73 and 04. RGB value is (182,115,4). Sum of RGB (Red+Green+Blue) = 182+115+4=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B67304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67304 is #498CFB. Grayscale: #7A7A7A. Windows color (decimal): -4820220 or 291766. OLE color: 291766.

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

Color convert

RGB 182 115 4 -
CMYK 0 0.37 0.98 0.29
HSL 37.42º 0.96% 0.36% -
HSV(B) 37.42º 0.98% 0.71% -
XYZ 25.44 22.22 3.06 -
YUV 122.38 61.2 170.53 -
System Red Green Blue C M Y K H S L
Decimal 182 115 4 0 0.37 0.98 0.29 37.42 0.96 0.36
Hex B6 73 4 0 25 62 1D 25 60 24
Octal 266 163 4 0 45 142 35 45 140 44
Binary 10110110 1110011 100 0 100101 1100010 11101 100101 1100000 100100

Color Harmonies of #B67304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67304

Black with #B67304

Text Example


Text Example

White with #B67304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67304; }

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

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

background-color css

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

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

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

border-color css

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

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

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