Html Css Color HEX #B27200 Dark Goldenrod

📋 copy color: '#B27200'

red 178 ◦ green 114 ◦ blue 0

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

Shades of Dark Goldenrod #B27200

Tints of Dark Goldenrod #B27200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.96%
G = 39.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#B27200 (or 0xB27200) is known color: Dark Goldenrod. HEX triplet: B2, 72 and 00. RGB value is (178,114,0). Sum of RGB (Red+Green+Blue) = 178+114+0=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B27200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27200 is #4D8DFF. Grayscale: #787878. Windows color (decimal): -5082624 or 29362. OLE color: 29362.

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

Color convert

RGB 178 114 0 -
CMYK 0 0.36 1 0.30
HSL 38.43º 1% 0.35% -
HSV(B) 38.43º 1% 0.7% -
XYZ 24.38 21.5 2.87 -
YUV 120.14 60.2 169.27 -
System Red Green Blue C M Y K H S L
Decimal 178 114 0 0 0.36 1 0.30 38.43 1 0.35
Hex B2 72 0 0 24 64 1E 26 64 23
Octal 262 162 0 0 44 144 36 46 144 43
Binary 10110010 1110010 0 0 100100 1100100 11110 100110 1100100 100011

Color Harmonies of #B27200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27200

Black with #B27200

Text Example


Text Example

White with #B27200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27200; }

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

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

background-color css

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

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

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

border-color css

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

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

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