Html Css Color HEX #BD8259 Twine

📋 copy color: '#BD8259'

red 189 ◦ green 130 ◦ blue 89

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

Shades of Twine #BD8259

Tints of Twine #BD8259

RGB

 RED value IS 189 (74.22% from 255) = 46.32%

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

 BLUE value IS 89 (35.16% from 255) = 21.81%

R = 46.32%
G = 31.86%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD8259 (or 0xBD8259) is known color: Twine. HEX triplet: BD, 82 and 59. RGB value is (189,130,89). Sum of RGB (Red+Green+Blue) = 189+130+89=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8259 is #427DA6. Grayscale: #8F8F8F. Windows color (decimal): -4357543 or 5866173. OLE color: 5866173.

HSL color Cylindrical-coordinate representation of color #BD8259: hue angle of 24.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD8259 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 130 89 -
CMYK 0 0.31 0.53 0.26
HSL 24.6º 0.43% 0.55% -
HSV(B) 24.6º 0.53% 0.74% -
XYZ 30.77 27.51 13.14 -
YUV 142.97 97.55 160.83 -
System Red Green Blue C M Y K H S L
Decimal 189 130 89 0 0.31 0.53 0.26 24.6 0.43 0.55
Hex BD 82 59 0 1F 35 1A 19 2B 37
Octal 275 202 131 0 37 65 32 31 53 67
Binary 10111101 10000010 1011001 0 11111 110101 11010 11001 101011 110111

Color Harmonies of #BD8259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8259

Black with #BD8259

Text Example


Text Example

White with #BD8259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8259; }

 p { color: rgb(189,130,89); }

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

background-color css

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

 a { background-color: rgb(189,130,89); }

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

border-color css

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

 span { border-color: rgb(189,130,89); }

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