Html Css Color HEX #BD8359 Twine

📋 copy color: '#BD8359'

red 189 ◦ green 131 ◦ blue 89

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

Shades of Twine #BD8359

Tints of Twine #BD8359

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.03%

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

R = 46.21%
G = 32.03%
B = 21.76%

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

#BD8359 (or 0xBD8359) is known color: Twine. HEX triplet: BD, 83 and 59. RGB value is (189,131,89). Sum of RGB (Red+Green+Blue) = 189+131+89=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8359 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8359 is #427CA6. Grayscale: #8F8F8F. Windows color (decimal): -4357287 or 5866429. OLE color: 5866429.

HSL color Cylindrical-coordinate representation of color #BD8359: hue angle of 25.2º 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 #BD8359 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 131 89 -
CMYK 0 0.31 0.53 0.26
HSL 25.2º 0.43% 0.55% -
HSV(B) 25.2º 0.53% 0.74% -
XYZ 30.91 27.77 13.18 -
YUV 143.55 97.22 160.42 -
System Red Green Blue C M Y K H S L
Decimal 189 131 89 0 0.31 0.53 0.26 25.2 0.43 0.55
Hex BD 83 59 0 1F 35 1A 19 2B 37
Octal 275 203 131 0 37 65 32 31 53 67
Binary 10111101 10000011 1011001 0 11111 110101 11010 11001 101011 110111

Color Harmonies of #BD8359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8359

Black with #BD8359

Text Example


Text Example

White with #BD8359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8359; }

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

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

background-color css

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

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

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

border-color css

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

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

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