Html Css Color HEX #B28313 Dark Goldenrod

📋 copy color: '#B28313'

red 178 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #B28313

Tints of Dark Goldenrod #B28313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 54.27%
G = 39.94%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28313 (or 0xB28313) is known color: Dark Goldenrod. HEX triplet: B2, 83 and 13. RGB value is (178,131,19). Sum of RGB (Red+Green+Blue) = 178+131+19=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B28313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28313 is #4D7CEC. Grayscale: #848484. Windows color (decimal): -5078253 or 1278898. OLE color: 1278898.

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

Color convert

RGB 178 131 19 -
CMYK 0 0.26 0.89 0.30
HSL 42.26º 0.81% 0.39% -
HSV(B) 42.26º 0.89% 0.7% -
XYZ 26.59 25.74 4.18 -
YUV 132.29 64.07 160.61 -
System Red Green Blue C M Y K H S L
Decimal 178 131 19 0 0.26 0.89 0.30 42.26 0.81 0.39
Hex B2 83 13 0 1A 59 1E 2A 51 27
Octal 262 203 23 0 32 131 36 52 121 47
Binary 10110010 10000011 10011 0 11010 1011001 11110 101010 1010001 100111

Color Harmonies of #B28313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28313

Black with #B28313

Text Example


Text Example

White with #B28313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28313; }

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

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

background-color css

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

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

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

border-color css

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

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

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