Html Css Color HEX #B28510 Dark Goldenrod

📋 copy color: '#B28510'

red 178 ◦ green 133 ◦ blue 16

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

Shades of Dark Goldenrod #B28510

Tints of Dark Goldenrod #B28510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 16 (6.64% from 255) = 4.89%

R = 54.43%
G = 40.67%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B28510 (or 0xB28510) is known color: Dark Goldenrod. HEX triplet: B2, 85 and 10. RGB value is (178,133,16). Sum of RGB (Red+Green+Blue) = 178+133+16=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B28510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28510 is #4D7AEF. Grayscale: #858585. Windows color (decimal): -5077744 or 1082802. OLE color: 1082802.

HSL color Cylindrical-coordinate representation of color #B28510: hue angle of 43.33º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B28510 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 16 -
CMYK 0 0.25 0.91 0.30
HSL 43.33º 0.84% 0.38% -
HSV(B) 43.33º 0.91% 0.7% -
XYZ 26.84 26.28 4.15 -
YUV 133.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 178 133 16 0 0.25 0.91 0.30 43.33 0.84 0.38
Hex B2 85 10 0 19 5B 1E 2B 54 26
Octal 262 205 20 0 31 133 36 53 124 46
Binary 10110010 10000101 10000 0 11001 1011011 11110 101011 1010100 100110

Color Harmonies of #B28510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28510

Black with #B28510

Text Example


Text Example

White with #B28510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28510; }

 p { color: rgb(178,133,16); }

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

background-color css

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

 a { background-color: rgb(178,133,16); }

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

border-color css

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

 span { border-color: rgb(178,133,16); }

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