Html Css Color HEX #B27004 Dark Goldenrod

📋 copy color: '#B27004'

red 178 ◦ green 112 ◦ blue 4

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

Shades of Dark Goldenrod #B27004

Tints of Dark Goldenrod #B27004

RGB

 RED value IS 178 (69.92% from 255) = 60.54%

 GREEN value IS 112 (44.14% from 255) = 38.1%

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

R = 60.54%
G = 38.1%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B27004 (or 0xB27004) is known color: Dark Goldenrod. HEX triplet: B2, 70 and 04. RGB value is (178,112,4). Sum of RGB (Red+Green+Blue) = 178+112+4=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B27004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27004 is #4D8FFB. Grayscale: #777777. Windows color (decimal): -5083132 or 290994. OLE color: 290994.

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

Color convert

RGB 178 112 4 -
CMYK 0 0.37 0.98 0.30
HSL 37.24º 0.96% 0.36% -
HSV(B) 37.24º 0.98% 0.7% -
XYZ 24.18 21.06 2.91 -
YUV 119.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 178 112 4 0 0.37 0.98 0.30 37.24 0.96 0.36
Hex B2 70 4 0 25 62 1E 25 60 24
Octal 262 160 4 0 45 142 36 45 140 44
Binary 10110010 1110000 100 0 100101 1100010 11110 100101 1100000 100100

Color Harmonies of #B27004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27004

Black with #B27004

Text Example


Text Example

White with #B27004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27004; }

 p { color: rgb(178,112,4); }

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

background-color css

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

 a { background-color: rgb(178,112,4); }

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

border-color css

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

 span { border-color: rgb(178,112,4); }

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