Html Css Color HEX #B28513 Dark Goldenrod

📋 copy color: '#B28513'

red 178 ◦ green 133 ◦ blue 19

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

Shades of Dark Goldenrod #B28513

Tints of Dark Goldenrod #B28513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.3%

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

R = 53.94%
G = 40.3%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28513 (or 0xB28513) is known color: Dark Goldenrod. HEX triplet: B2, 85 and 13. RGB value is (178,133,19). Sum of RGB (Red+Green+Blue) = 178+133+19=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B28513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28513 is #4D7AEC. Grayscale: #858585. Windows color (decimal): -5077741 or 1279410. OLE color: 1279410.

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

Color convert

RGB 178 133 19 -
CMYK 0 0.25 0.89 0.30
HSL 43.02º 0.81% 0.39% -
HSV(B) 43.02º 0.89% 0.7% -
XYZ 26.87 26.29 4.27 -
YUV 133.46 63.41 159.77 -
System Red Green Blue C M Y K H S L
Decimal 178 133 19 0 0.25 0.89 0.30 43.02 0.81 0.39
Hex B2 85 13 0 19 59 1E 2B 51 27
Octal 262 205 23 0 31 131 36 53 121 47
Binary 10110010 10000101 10011 0 11001 1011001 11110 101011 1010001 100111

Color Harmonies of #B28513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28513

Black with #B28513

Text Example


Text Example

White with #B28513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28513; }

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

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

background-color css

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

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

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

border-color css

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

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

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