Html Css Color HEX #B28801 Dark Goldenrod

📋 copy color: '#B28801'

red 178 ◦ green 136 ◦ blue 1

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

Shades of Dark Goldenrod #B28801

Tints of Dark Goldenrod #B28801

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 56.51%
G = 43.17%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28801 (or 0xB28801) is known color: Dark Goldenrod. HEX triplet: B2, 88 and 01. RGB value is (178,136,1). Sum of RGB (Red+Green+Blue) = 178+136+1=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B28801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28801 is #4D77FE. Grayscale: #858585. Windows color (decimal): -5076991 or 100530. OLE color: 100530.

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

Color convert

RGB 178 136 1 -
CMYK 0 0.24 0.99 0.30
HSL 45.76º 0.99% 0.35% -
HSV(B) 45.76º 0.99% 0.7% -
XYZ 27.17 27.08 3.82 -
YUV 133.17 53.41 159.98 -
System Red Green Blue C M Y K H S L
Decimal 178 136 1 0 0.24 0.99 0.30 45.76 0.99 0.35
Hex B2 88 1 0 18 63 1E 2E 63 23
Octal 262 210 1 0 30 143 36 56 143 43
Binary 10110010 10001000 1 0 11000 1100011 11110 101110 1100011 100011

Color Harmonies of #B28801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28801

Black with #B28801

Text Example


Text Example

White with #B28801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28801; }

 p { color: rgb(178,136,1); }

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

background-color css

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

 a { background-color: rgb(178,136,1); }

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

border-color css

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

 span { border-color: rgb(178,136,1); }

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