Html Css Color HEX #BD8D5A Twine

📋 copy color: '#BD8D5A'

red 189 ◦ green 141 ◦ blue 90

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

Shades of Twine #BD8D5A

Tints of Twine #BD8D5A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.57%

 BLUE value IS 90 (35.55% from 255) = 21.43%

R = 45%
G = 33.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD8D5A (or 0xBD8D5A) is known color: Twine. HEX triplet: BD, 8D and 5A. RGB value is (189,141,90). Sum of RGB (Red+Green+Blue) = 189+141+90=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8D5A is #4272A5. Grayscale: #959595. Windows color (decimal): -4354726 or 5934525. OLE color: 5934525.

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

Color convert

RGB 189 141 90 -
CMYK 0 0.25 0.52 0.26
HSL 30.91º 0.43% 0.55% -
HSV(B) 30.91º 0.52% 0.74% -
XYZ 32.36 30.61 13.88 -
YUV 149.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 189 141 90 0 0.25 0.52 0.26 30.91 0.43 0.55
Hex BD 8D 5A 0 19 34 1A 1F 2B 37
Octal 275 215 132 0 31 64 32 37 53 67
Binary 10111101 10001101 1011010 0 11001 110100 11010 11111 101011 110111

Color Harmonies of #BD8D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D5A

Black with #BD8D5A

Text Example


Text Example

White with #BD8D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D5A; }

 p { color: rgb(189,141,90); }

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

background-color css

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

 a { background-color: rgb(189,141,90); }

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

border-color css

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

 span { border-color: rgb(189,141,90); }

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