Html Css Color HEX #B28D14 Dark Goldenrod

📋 copy color: '#B28D14'

red 178 ◦ green 141 ◦ blue 20

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

Shades of Dark Goldenrod #B28D14

Tints of Dark Goldenrod #B28D14

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.59%

 BLUE value IS 20 (8.2% from 255) = 5.9%

R = 52.51%
G = 41.59%
B = 5.9%

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

#B28D14 (or 0xB28D14) is known color: Dark Goldenrod. HEX triplet: B2, 8D and 14. RGB value is (178,141,20). Sum of RGB (Red+Green+Blue) = 178+141+20=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 141 (55.47% from 255 or 41.59% from 339); Blue value is 20 (8.20% from 255 or 5.90% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28D14 is #4D72EB. Grayscale: #8A8A8A. Windows color (decimal): -5075692 or 1346994. OLE color: 1346994.

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

Color convert

RGB 178 141 20 -
CMYK 0 0.21 0.89 0.30
HSL 45.95º 0.8% 0.39% -
HSV(B) 45.95º 0.89% 0.7% -
XYZ 28.01 28.57 4.7 -
YUV 138.27 61.26 156.34 -
System Red Green Blue C M Y K H S L
Decimal 178 141 20 0 0.21 0.89 0.30 45.95 0.8 0.39
Hex B2 8D 14 0 15 59 1E 2E 50 27
Octal 262 215 24 0 25 131 36 56 120 47
Binary 10110010 10001101 10100 0 10101 1011001 11110 101110 1010000 100111

Color Harmonies of #B28D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28D14

Black with #B28D14

Text Example


Text Example

White with #B28D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28D14; }

 p { color: rgb(178,141,20); }

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

background-color css

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

 a { background-color: rgb(178,141,20); }

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

border-color css

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

 span { border-color: rgb(178,141,20); }

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