Html Css Color HEX #B28413 Dark Goldenrod

📋 copy color: '#B28413'

red 178 ◦ green 132 ◦ blue 19

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

Shades of Dark Goldenrod #B28413

Tints of Dark Goldenrod #B28413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

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

R = 54.1%
G = 40.12%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28413 (or 0xB28413) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 13. RGB value is (178,132,19). Sum of RGB (Red+Green+Blue) = 178+132+19=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 19 (7.81% from 255 or 5.78% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B28413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28413 is #4D7BEC. Grayscale: #858585. Windows color (decimal): -5077997 or 1279154. OLE color: 1279154.

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

Color convert

RGB 178 132 19 -
CMYK 0 0.26 0.89 0.30
HSL 42.64º 0.81% 0.39% -
HSV(B) 42.64º 0.89% 0.7% -
XYZ 26.73 26.01 4.23 -
YUV 132.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 178 132 19 0 0.26 0.89 0.30 42.64 0.81 0.39
Hex B2 84 13 0 1A 59 1E 2B 51 27
Octal 262 204 23 0 32 131 36 53 121 47
Binary 10110010 10000100 10011 0 11010 1011001 11110 101011 1010001 100111

Color Harmonies of #B28413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28413

Black with #B28413

Text Example


Text Example

White with #B28413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28413; }

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

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

background-color css

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

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

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

border-color css

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

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

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