Html Css Color HEX #BD8157 Twine

📋 copy color: '#BD8157'

red 189 ◦ green 129 ◦ blue 87

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

Shades of Twine #BD8157

Tints of Twine #BD8157

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.85%

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

R = 46.67%
G = 31.85%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD8157 (or 0xBD8157) is known color: Twine. HEX triplet: BD, 81 and 57. RGB value is (189,129,87). Sum of RGB (Red+Green+Blue) = 189+129+87=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 87 (34.38% from 255 or 21.48% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8157 is #427EA8. Grayscale: #8E8E8E. Windows color (decimal): -4357801 or 5734845. OLE color: 5734845.

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

Color convert

RGB 189 129 87 -
CMYK 0 0.32 0.54 0.26
HSL 24.71º 0.44% 0.54% -
HSV(B) 24.71º 0.54% 0.74% -
XYZ 30.56 27.21 12.66 -
YUV 142.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 189 129 87 0 0.32 0.54 0.26 24.71 0.44 0.54
Hex BD 81 57 0 20 36 1A 19 2C 36
Octal 275 201 127 0 40 66 32 31 54 66
Binary 10111101 10000001 1010111 0 100000 110110 11010 11001 101100 110110

Color Harmonies of #BD8157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8157

Black with #BD8157

Text Example


Text Example

White with #BD8157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8157; }

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

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

background-color css

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

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

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

border-color css

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

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

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