Html Css Color HEX #B28302 Dark Goldenrod

📋 copy color: '#B28302'

red 178 ◦ green 131 ◦ blue 2

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

Shades of Dark Goldenrod #B28302

Tints of Dark Goldenrod #B28302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.12%

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

R = 57.23%
G = 42.12%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#B28302 (or 0xB28302) is known color: Dark Goldenrod. HEX triplet: B2, 83 and 02. RGB value is (178,131,2). Sum of RGB (Red+Green+Blue) = 178+131+2=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B28302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28302 is #4D7CFD. Grayscale: #828282. Windows color (decimal): -5078270 or 164786. OLE color: 164786.

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

Color convert

RGB 178 131 2 -
CMYK 0 0.26 0.99 0.30
HSL 43.98º 0.98% 0.35% -
HSV(B) 43.98º 0.99% 0.7% -
XYZ 26.49 25.7 3.62 -
YUV 130.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 178 131 2 0 0.26 0.99 0.30 43.98 0.98 0.35
Hex B2 83 2 0 1A 63 1E 2C 62 23
Octal 262 203 2 0 32 143 36 54 142 43
Binary 10110010 10000011 10 0 11010 1100011 11110 101100 1100010 100011

Color Harmonies of #B28302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28302

Black with #B28302

Text Example


Text Example

White with #B28302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28302; }

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

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

background-color css

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

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

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

border-color css

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

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

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