Html Css Color HEX #B28205 Dark Goldenrod

📋 copy color: '#B28205'

red 178 ◦ green 130 ◦ blue 5

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

Shades of Dark Goldenrod #B28205

Tints of Dark Goldenrod #B28205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 56.87%
G = 41.53%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B28205 (or 0xB28205) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 05. RGB value is (178,130,5). Sum of RGB (Red+Green+Blue) = 178+130+5=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B28205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28205 is #4D7DFA. Grayscale: #828282. Windows color (decimal): -5078523 or 361138. OLE color: 361138.

HSL color Cylindrical-coordinate representation of color #B28205: hue angle of 43.35º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B28205 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 130 5 -
CMYK 0 0.27 0.97 0.30
HSL 43.35º 0.95% 0.36% -
HSV(B) 43.35º 0.97% 0.7% -
XYZ 26.37 25.44 3.66 -
YUV 130.1 57.4 162.16 -
System Red Green Blue C M Y K H S L
Decimal 178 130 5 0 0.27 0.97 0.30 43.35 0.95 0.36
Hex B2 82 5 0 1B 61 1E 2B 5F 24
Octal 262 202 5 0 33 141 36 53 137 44
Binary 10110010 10000010 101 0 11011 1100001 11110 101011 1011111 100100

Color Harmonies of #B28205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28205

Black with #B28205

Text Example


Text Example

White with #B28205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28205; }

 p { color: rgb(178,130,5); }

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

background-color css

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

 a { background-color: rgb(178,130,5); }

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

border-color css

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

 span { border-color: rgb(178,130,5); }

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