Html Css Color HEX #B27002 Dark Goldenrod

📋 copy color: '#B27002'

red 178 ◦ green 112 ◦ blue 2

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

Shades of Dark Goldenrod #B27002

Tints of Dark Goldenrod #B27002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 60.96%
G = 38.36%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27002 (or 0xB27002) is known color: Dark Goldenrod. HEX triplet: B2, 70 and 02. RGB value is (178,112,2). Sum of RGB (Red+Green+Blue) = 178+112+2=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B27002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27002 is #4D8FFD. Grayscale: #777777. Windows color (decimal): -5083134 or 159922. OLE color: 159922.

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

Color convert

RGB 178 112 2 -
CMYK 0 0.37 0.99 0.30
HSL 37.5º 0.98% 0.35% -
HSV(B) 37.5º 0.99% 0.7% -
XYZ 24.17 21.06 2.85 -
YUV 119.19 61.87 169.94 -
System Red Green Blue C M Y K H S L
Decimal 178 112 2 0 0.37 0.99 0.30 37.5 0.98 0.35
Hex B2 70 2 0 25 63 1E 26 62 23
Octal 262 160 2 0 45 143 36 46 142 43
Binary 10110010 1110000 10 0 100101 1100011 11110 100110 1100010 100011

Color Harmonies of #B27002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27002

Black with #B27002

Text Example


Text Example

White with #B27002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27002; }

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

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

background-color css

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

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

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

border-color css

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

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

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