Html Css Color HEX #B28013 Dark Goldenrod

📋 copy color: '#B28013'

red 178 ◦ green 128 ◦ blue 19

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

Shades of Dark Goldenrod #B28013

Tints of Dark Goldenrod #B28013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.38%

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

R = 54.77%
G = 39.38%
B = 5.85%

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

#B28013 (or 0xB28013) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 13. RGB value is (178,128,19). Sum of RGB (Red+Green+Blue) = 178+128+19=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B28013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28013 is #4D7FEC. Grayscale: #838383. Windows color (decimal): -5079021 or 1278130. OLE color: 1278130.

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

Color convert

RGB 178 128 19 -
CMYK 0 0.28 0.89 0.30
HSL 41.13º 0.81% 0.39% -
HSV(B) 41.13º 0.89% 0.7% -
XYZ 26.2 24.95 4.05 -
YUV 130.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 178 128 19 0 0.28 0.89 0.30 41.13 0.81 0.39
Hex B2 80 13 0 1C 59 1E 29 51 27
Octal 262 200 23 0 34 131 36 51 121 47
Binary 10110010 10000000 10011 0 11100 1011001 11110 101001 1010001 100111

Color Harmonies of #B28013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28013

Black with #B28013

Text Example


Text Example

White with #B28013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28013; }

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

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

background-color css

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

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

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

border-color css

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

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

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