Html Css Color HEX #B28A13 Dark Goldenrod

📋 copy color: '#B28A13'

red 178 ◦ green 138 ◦ blue 19

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

Shades of Dark Goldenrod #B28A13

Tints of Dark Goldenrod #B28A13

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.19%

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

R = 53.13%
G = 41.19%
B = 5.67%

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

#B28A13 (or 0xB28A13) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 13. RGB value is (178,138,19). Sum of RGB (Red+Green+Blue) = 178+138+19=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 138 (54.30% from 255 or 41.19% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A13 is #4D75EC. Grayscale: #888888. Windows color (decimal): -5076461 or 1280690. OLE color: 1280690.

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

Color convert

RGB 178 138 19 -
CMYK 0 0.22 0.89 0.30
HSL 44.91º 0.81% 0.39% -
HSV(B) 44.91º 0.89% 0.7% -
XYZ 27.57 27.69 4.51 -
YUV 136.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 178 138 19 0 0.22 0.89 0.30 44.91 0.81 0.39
Hex B2 8A 13 0 16 59 1E 2D 51 27
Octal 262 212 23 0 26 131 36 55 121 47
Binary 10110010 10001010 10011 0 10110 1011001 11110 101101 1010001 100111

Color Harmonies of #B28A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A13

Black with #B28A13

Text Example


Text Example

White with #B28A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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