Html Css Color HEX #B28C13 Dark Goldenrod

📋 copy color: '#B28C13'

red 178 ◦ green 140 ◦ blue 19

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

Shades of Dark Goldenrod #B28C13

Tints of Dark Goldenrod #B28C13

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.54%

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

R = 52.82%
G = 41.54%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B28C13 (or 0xB28C13) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 13. RGB value is (178,140,19). Sum of RGB (Red+Green+Blue) = 178+140+19=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C13 is #4D73EC. Grayscale: #8A8A8A. Windows color (decimal): -5075949 or 1281202. OLE color: 1281202.

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

Color convert

RGB 178 140 19 -
CMYK 0 0.21 0.89 0.30
HSL 45.66º 0.81% 0.39% -
HSV(B) 45.66º 0.89% 0.7% -
XYZ 27.86 28.27 4.6 -
YUV 137.57 61.09 156.84 -
System Red Green Blue C M Y K H S L
Decimal 178 140 19 0 0.21 0.89 0.30 45.66 0.81 0.39
Hex B2 8C 13 0 15 59 1E 2E 51 27
Octal 262 214 23 0 25 131 36 56 121 47
Binary 10110010 10001100 10011 0 10101 1011001 11110 101110 1010001 100111

Color Harmonies of #B28C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28C13

Black with #B28C13

Text Example


Text Example

White with #B28C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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