Html Css Color HEX #B68209 Dark Goldenrod

📋 copy color: '#B68209'

red 182 ◦ green 130 ◦ blue 9

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

Shades of Dark Goldenrod #B68209

Tints of Dark Goldenrod #B68209

RGB

 RED value IS 182 (71.48% from 255) = 56.7%

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

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

R = 56.7%
G = 40.5%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B68209 (or 0xB68209) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 09. RGB value is (182,130,9). Sum of RGB (Red+Green+Blue) = 182+130+9=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B68209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68209 is #497DF6. Grayscale: #848484. Windows color (decimal): -4816375 or 623286. OLE color: 623286.

HSL color Cylindrical-coordinate representation of color #B68209: hue angle of 41.97º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B68209 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 9 -
CMYK 0 0.29 0.95 0.29
HSL 41.97º 0.91% 0.37% -
HSV(B) 41.97º 0.95% 0.71% -
XYZ 27.32 25.93 3.82 -
YUV 131.75 58.73 163.84 -
System Red Green Blue C M Y K H S L
Decimal 182 130 9 0 0.29 0.95 0.29 41.97 0.91 0.37
Hex B6 82 9 0 1D 5F 1D 2A 5B 25
Octal 266 202 11 0 35 137 35 52 133 45
Binary 10110110 10000010 1001 0 11101 1011111 11101 101010 1011011 100101

Color Harmonies of #B68209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68209

Black with #B68209

Text Example


Text Example

White with #B68209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68209; }

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

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

background-color css

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

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

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

border-color css

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

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

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