Html Css Color HEX #B28913 Dark Goldenrod

📋 copy color: '#B28913'

red 178 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #B28913

Tints of Dark Goldenrod #B28913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

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

R = 53.29%
G = 41.02%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28913 (or 0xB28913) is known color: Dark Goldenrod. HEX triplet: B2, 89 and 13. RGB value is (178,137,19). Sum of RGB (Red+Green+Blue) = 178+137+19=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B28913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28913 is #4D76EC. Grayscale: #888888. Windows color (decimal): -5076717 or 1280434. OLE color: 1280434.

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

Color convert

RGB 178 137 19 -
CMYK 0 0.23 0.89 0.30
HSL 44.53º 0.81% 0.39% -
HSV(B) 44.53º 0.89% 0.7% -
XYZ 27.42 27.4 4.46 -
YUV 135.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 178 137 19 0 0.23 0.89 0.30 44.53 0.81 0.39
Hex B2 89 13 0 17 59 1E 2D 51 27
Octal 262 211 23 0 27 131 36 55 121 47
Binary 10110010 10001001 10011 0 10111 1011001 11110 101101 1010001 100111

Color Harmonies of #B28913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28913

Black with #B28913

Text Example


Text Example

White with #B28913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28913; }

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

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

background-color css

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

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

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

border-color css

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

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

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