Html Css Color HEX #B27202 Dark Goldenrod

📋 copy color: '#B27202'

red 178 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #B27202

Tints of Dark Goldenrod #B27202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.78%

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

R = 60.54%
G = 38.78%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B27202 (or 0xB27202) is known color: Dark Goldenrod. HEX triplet: B2, 72 and 02. RGB value is (178,114,2). Sum of RGB (Red+Green+Blue) = 178+114+2=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B27202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27202 is #4D8DFD. Grayscale: #787878. Windows color (decimal): -5082622 or 160434. OLE color: 160434.

HSL color Cylindrical-coordinate representation of color #B27202: hue angle of 38.18º 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 #B27202 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 114 2 -
CMYK 0 0.36 0.99 0.30
HSL 38.18º 0.98% 0.35% -
HSV(B) 38.18º 0.99% 0.7% -
XYZ 24.39 21.5 2.92 -
YUV 120.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 178 114 2 0 0.36 0.99 0.30 38.18 0.98 0.35
Hex B2 72 2 0 24 63 1E 26 62 23
Octal 262 162 2 0 44 143 36 46 142 43
Binary 10110010 1110010 10 0 100100 1100011 11110 100110 1100010 100011

Color Harmonies of #B27202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27202

Black with #B27202

Text Example


Text Example

White with #B27202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27202; }

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

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

background-color css

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

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

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

border-color css

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

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

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