Html Css Color HEX #BD8A5D Twine

📋 copy color: '#BD8A5D'

red 189 ◦ green 138 ◦ blue 93

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

Shades of Twine #BD8A5D

Tints of Twine #BD8A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 45%
G = 32.86%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD8A5D (or 0xBD8A5D) is known color: Twine. HEX triplet: BD, 8A and 5D. RGB value is (189,138,93). Sum of RGB (Red+Green+Blue) = 189+138+93=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A5D is #4275A2. Grayscale: #949494. Windows color (decimal): -4355491 or 6130365. OLE color: 6130365.

HSL color Cylindrical-coordinate representation of color #BD8A5D: hue angle of 28.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD8A5D is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 138 93 -
CMYK 0 0.27 0.51 0.26
HSL 28.13º 0.42% 0.55% -
HSV(B) 28.13º 0.51% 0.74% -
XYZ 32.05 29.79 14.42 -
YUV 148.12 96.9 157.16 -
System Red Green Blue C M Y K H S L
Decimal 189 138 93 0 0.27 0.51 0.26 28.13 0.42 0.55
Hex BD 8A 5D 0 1B 33 1A 1C 2A 37
Octal 275 212 135 0 33 63 32 34 52 67
Binary 10111101 10001010 1011101 0 11011 110011 11010 11100 101010 110111

Color Harmonies of #BD8A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A5D

Black with #BD8A5D

Text Example


Text Example

White with #BD8A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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