Html Css Color HEX #BD885A Twine

📋 copy color: '#BD885A'

red 189 ◦ green 136 ◦ blue 90

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

Shades of Twine #BD885A

Tints of Twine #BD885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 45.54%
G = 32.77%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD885A (or 0xBD885A) is known color: Twine. HEX triplet: BD, 88 and 5A. RGB value is (189,136,90). Sum of RGB (Red+Green+Blue) = 189+136+90=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD885A is #4277A5. Grayscale: #929292. Windows color (decimal): -4356006 or 5933245. OLE color: 5933245.

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

Color convert

RGB 189 136 90 -
CMYK 0 0.28 0.52 0.26
HSL 27.88º 0.43% 0.55% -
HSV(B) 27.88º 0.52% 0.74% -
XYZ 31.64 29.17 13.63 -
YUV 146.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 189 136 90 0 0.28 0.52 0.26 27.88 0.43 0.55
Hex BD 88 5A 0 1C 34 1A 1C 2B 37
Octal 275 210 132 0 34 64 32 34 53 67
Binary 10111101 10001000 1011010 0 11100 110100 11010 11100 101011 110111

Color Harmonies of #BD885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD885A

Black with #BD885A

Text Example


Text Example

White with #BD885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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