Html Css Color HEX #B28A17 Dark Goldenrod

📋 copy color: '#B28A17'

red 178 ◦ green 138 ◦ blue 23

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

Shades of Dark Goldenrod #B28A17

Tints of Dark Goldenrod #B28A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.78%

R = 52.51%
G = 40.71%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B28A17 (or 0xB28A17) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 17. RGB value is (178,138,23). Sum of RGB (Red+Green+Blue) = 178+138+23=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A17 is #4D75E8. Grayscale: #898989. Windows color (decimal): -5076457 or 1542834. OLE color: 1542834.

HSL color Cylindrical-coordinate representation of color #B28A17: hue angle of 44.52º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B28A17 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 138 23 -
CMYK 0 0.22 0.87 0.30
HSL 44.52º 0.77% 0.39% -
HSV(B) 44.52º 0.87% 0.7% -
XYZ 27.6 27.7 4.7 -
YUV 136.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 178 138 23 0 0.22 0.87 0.30 44.52 0.77 0.39
Hex B2 8A 17 0 16 57 1E 2D 4D 27
Octal 262 212 27 0 26 127 36 55 115 47
Binary 10110010 10001010 10111 0 10110 1010111 11110 101101 1001101 100111

Color Harmonies of #B28A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28A17

Black with #B28A17

Text Example


Text Example

White with #B28A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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