Html Css Color HEX #BD8F57 Twine

📋 copy color: '#BD8F57'

red 189 ◦ green 143 ◦ blue 87

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

Shades of Twine #BD8F57

Tints of Twine #BD8F57

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.13%

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

R = 45.11%
G = 34.13%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD8F57 (or 0xBD8F57) is known color: Twine. HEX triplet: BD, 8F and 57. RGB value is (189,143,87). Sum of RGB (Red+Green+Blue) = 189+143+87=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F57 is #4270A8. Grayscale: #969696. Windows color (decimal): -4354217 or 5738429. OLE color: 5738429.

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

Color convert

RGB 189 143 87 -
CMYK 0 0.24 0.54 0.26
HSL 32.94º 0.44% 0.54% -
HSV(B) 32.94º 0.54% 0.74% -
XYZ 32.53 31.15 13.32 -
YUV 150.37 92.24 155.55 -
System Red Green Blue C M Y K H S L
Decimal 189 143 87 0 0.24 0.54 0.26 32.94 0.44 0.54
Hex BD 8F 57 0 18 36 1A 21 2C 36
Octal 275 217 127 0 30 66 32 41 54 66
Binary 10111101 10001111 1010111 0 11000 110110 11010 100001 101100 110110

Color Harmonies of #BD8F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F57

Black with #BD8F57

Text Example


Text Example

White with #BD8F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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