Html Css Color HEX #B28B13 Dark Goldenrod

📋 copy color: '#B28B13'

red 178 ◦ green 139 ◦ blue 19

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

Shades of Dark Goldenrod #B28B13

Tints of Dark Goldenrod #B28B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

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

R = 52.98%
G = 41.37%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28B13 (or 0xB28B13) is known color: Dark Goldenrod. HEX triplet: B2, 8B and 13. RGB value is (178,139,19). Sum of RGB (Red+Green+Blue) = 178+139+19=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B28B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28B13 is #4D74EC. Grayscale: #898989. Windows color (decimal): -5076205 or 1280946. OLE color: 1280946.

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

Color convert

RGB 178 139 19 -
CMYK 0 0.22 0.89 0.30
HSL 45.28º 0.81% 0.39% -
HSV(B) 45.28º 0.89% 0.7% -
XYZ 27.71 27.98 4.56 -
YUV 136.98 61.42 157.26 -
System Red Green Blue C M Y K H S L
Decimal 178 139 19 0 0.22 0.89 0.30 45.28 0.81 0.39
Hex B2 8B 13 0 16 59 1E 2D 51 27
Octal 262 213 23 0 26 131 36 55 121 47
Binary 10110010 10001011 10011 0 10110 1011001 11110 101101 1010001 100111

Color Harmonies of #B28B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28B13

Black with #B28B13

Text Example


Text Example

White with #B28B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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