Html Css Color HEX #B28303 Dark Goldenrod

📋 copy color: '#B28303'

red 178 ◦ green 131 ◦ blue 3

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

Shades of Dark Goldenrod #B28303

Tints of Dark Goldenrod #B28303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.96%

R = 57.05%
G = 41.99%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B28303 (or 0xB28303) is known color: Dark Goldenrod. HEX triplet: B2, 83 and 03. RGB value is (178,131,3). Sum of RGB (Red+Green+Blue) = 178+131+3=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B28303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28303 is #4D7CFC. Grayscale: #838383. Windows color (decimal): -5078269 or 230322. OLE color: 230322.

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

Color convert

RGB 178 131 3 -
CMYK 0 0.26 0.98 0.30
HSL 43.89º 0.97% 0.35% -
HSV(B) 43.89º 0.98% 0.7% -
XYZ 26.49 25.7 3.65 -
YUV 130.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 178 131 3 0 0.26 0.98 0.30 43.89 0.97 0.35
Hex B2 83 3 0 1A 62 1E 2C 61 23
Octal 262 203 3 0 32 142 36 54 141 43
Binary 10110010 10000011 11 0 11010 1100010 11110 101100 1100001 100011

Color Harmonies of #B28303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28303

Black with #B28303

Text Example


Text Example

White with #B28303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28303; }

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

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

background-color css

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

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

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

border-color css

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

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

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