Html Css Color HEX #BD8357 Twine

📋 copy color: '#BD8357'

red 189 ◦ green 131 ◦ blue 87

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

Shades of Twine #BD8357

Tints of Twine #BD8357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 46.44%
G = 32.19%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD8357 (or 0xBD8357) is known color: Twine. HEX triplet: BD, 83 and 57. RGB value is (189,131,87). Sum of RGB (Red+Green+Blue) = 189+131+87=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8357 is #427CA8. Grayscale: #8F8F8F. Windows color (decimal): -4357289 or 5735357. OLE color: 5735357.

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

Color convert

RGB 189 131 87 -
CMYK 0 0.31 0.54 0.26
HSL 25.88º 0.44% 0.54% -
HSV(B) 25.88º 0.54% 0.74% -
XYZ 30.82 27.74 12.75 -
YUV 143.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 189 131 87 0 0.31 0.54 0.26 25.88 0.44 0.54
Hex BD 83 57 0 1F 36 1A 1A 2C 36
Octal 275 203 127 0 37 66 32 32 54 66
Binary 10111101 10000011 1010111 0 11111 110110 11010 11010 101100 110110

Color Harmonies of #BD8357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8357

Black with #BD8357

Text Example


Text Example

White with #BD8357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8357; }

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

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

background-color css

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

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

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

border-color css

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

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

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