Html Css Color HEX #B28017 Dark Goldenrod

📋 copy color: '#B28017'

red 178 ◦ green 128 ◦ blue 23

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

Shades of Dark Goldenrod #B28017

Tints of Dark Goldenrod #B28017

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

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

R = 54.1%
G = 38.91%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B28017 (or 0xB28017) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 17. RGB value is (178,128,23). Sum of RGB (Red+Green+Blue) = 178+128+23=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B28017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28017 is #4D7FE8. Grayscale: #838383. Windows color (decimal): -5079017 or 1540274. OLE color: 1540274.

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

Color convert

RGB 178 128 23 -
CMYK 0 0.28 0.87 0.30
HSL 40.65º 0.77% 0.39% -
HSV(B) 40.65º 0.87% 0.7% -
XYZ 26.23 24.97 4.25 -
YUV 130.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 178 128 23 0 0.28 0.87 0.30 40.65 0.77 0.39
Hex B2 80 17 0 1C 57 1E 29 4D 27
Octal 262 200 27 0 34 127 36 51 115 47
Binary 10110010 10000000 10111 0 11100 1010111 11110 101001 1001101 100111

Color Harmonies of #B28017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28017

Black with #B28017

Text Example


Text Example

White with #B28017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28017; }

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

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

background-color css

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

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

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

border-color css

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

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

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