Html Css Color HEX #BD8A57 Twine

📋 copy color: '#BD8A57'

red 189 ◦ green 138 ◦ blue 87

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

Shades of Twine #BD8A57

Tints of Twine #BD8A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 45.65%
G = 33.33%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BD8A57 (or 0xBD8A57) is known color: Twine. HEX triplet: BD, 8A and 57. RGB value is (189,138,87). Sum of RGB (Red+Green+Blue) = 189+138+87=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A57 is #4275A8. Grayscale: #939393. Windows color (decimal): -4355497 or 5737149. OLE color: 5737149.

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

Color convert

RGB 189 138 87 -
CMYK 0 0.27 0.54 0.26
HSL 30º 0.44% 0.54% -
HSV(B) 30º 0.54% 0.74% -
XYZ 31.8 29.68 13.07 -
YUV 147.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 189 138 87 0 0.27 0.54 0.26 30 0.44 0.54
Hex BD 8A 57 0 1B 36 1A 1E 2C 36
Octal 275 212 127 0 33 66 32 36 54 66
Binary 10111101 10001010 1010111 0 11011 110110 11010 11110 101100 110110

Color Harmonies of #BD8A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A57

Black with #BD8A57

Text Example


Text Example

White with #BD8A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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