Html Css Color HEX #B28113 Dark Goldenrod

📋 copy color: '#B28113'

red 178 ◦ green 129 ◦ blue 19

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

Shades of Dark Goldenrod #B28113

Tints of Dark Goldenrod #B28113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

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

R = 54.6%
G = 39.57%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28113 (or 0xB28113) is known color: Dark Goldenrod. HEX triplet: B2, 81 and 13. RGB value is (178,129,19). Sum of RGB (Red+Green+Blue) = 178+129+19=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B28113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28113 is #4D7EEC. Grayscale: #838383. Windows color (decimal): -5078765 or 1278386. OLE color: 1278386.

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

Color convert

RGB 178 129 19 -
CMYK 0 0.28 0.89 0.30
HSL 41.51º 0.81% 0.39% -
HSV(B) 41.51º 0.89% 0.7% -
XYZ 26.33 25.21 4.09 -
YUV 131.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 178 129 19 0 0.28 0.89 0.30 41.51 0.81 0.39
Hex B2 81 13 0 1C 59 1E 2A 51 27
Octal 262 201 23 0 34 131 36 52 121 47
Binary 10110010 10000001 10011 0 11100 1011001 11110 101010 1010001 100111

Color Harmonies of #B28113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28113

Black with #B28113

Text Example


Text Example

White with #B28113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28113; }

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

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

background-color css

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

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

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

border-color css

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

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

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