Html Css Color HEX #B28209 Dark Goldenrod

📋 copy color: '#B28209'

red 178 ◦ green 130 ◦ blue 9

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

Shades of Dark Goldenrod #B28209

Tints of Dark Goldenrod #B28209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.84%

R = 56.15%
G = 41.01%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B28209 (or 0xB28209) is known color: Dark Goldenrod. HEX triplet: B2, 82 and 09. RGB value is (178,130,9). Sum of RGB (Red+Green+Blue) = 178+130+9=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B28209 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28209 is #4D7DF6. Grayscale: #838383. Windows color (decimal): -5078519 or 623282. OLE color: 623282.

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

Color convert

RGB 178 130 9 -
CMYK 0 0.27 0.95 0.30
HSL 42.96º 0.9% 0.37% -
HSV(B) 42.96º 0.95% 0.7% -
XYZ 26.39 25.45 3.78 -
YUV 130.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 178 130 9 0 0.27 0.95 0.30 42.96 0.9 0.37
Hex B2 82 9 0 1B 5F 1E 2B 5A 25
Octal 262 202 11 0 33 137 36 53 132 45
Binary 10110010 10000010 1001 0 11011 1011111 11110 101011 1011010 100101

Color Harmonies of #B28209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28209

Black with #B28209

Text Example


Text Example

White with #B28209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28209; }

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

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

background-color css

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

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

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

border-color css

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

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

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