Html Css Color HEX #B2801C Dark Goldenrod

📋 copy color: '#B2801C'

red 178 ◦ green 128 ◦ blue 28

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

Shades of Dark Goldenrod #B2801C

Tints of Dark Goldenrod #B2801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.32%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 53.29%
G = 38.32%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2801C (or 0xB2801C) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 1C. RGB value is (178,128,28). Sum of RGB (Red+Green+Blue) = 178+128+28=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2801C is #4D7FE3. Grayscale: #848484. Windows color (decimal): -5079012 or 1867954. OLE color: 1867954.

HSL color Cylindrical-coordinate representation of color #B2801C: hue angle of 40º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2801C is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 128 28 -
CMYK 0 0.28 0.84 0.30
HSL 40º 0.73% 0.4% -
HSV(B) 40º 0.84% 0.7% -
XYZ 26.29 24.99 4.54 -
YUV 131.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 178 128 28 0 0.28 0.84 0.30 40 0.73 0.4
Hex B2 80 1C 0 1C 54 1E 28 49 28
Octal 262 200 34 0 34 124 36 50 111 50
Binary 10110010 10000000 11100 0 11100 1010100 11110 101000 1001001 101000

Color Harmonies of #B2801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2801C

Black with #B2801C

Text Example


Text Example

White with #B2801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2801C; }

 p { color: rgb(178,128,28); }

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

background-color css

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

 a { background-color: rgb(178,128,28); }

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

border-color css

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

 span { border-color: rgb(178,128,28); }

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