Html Css Color HEX #BD8F5A Twine

📋 copy color: '#BD8F5A'

red 189 ◦ green 143 ◦ blue 90

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

Shades of Twine #BD8F5A

Tints of Twine #BD8F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

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

R = 44.79%
G = 33.89%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD8F5A (or 0xBD8F5A) is known color: Twine. HEX triplet: BD, 8F and 5A. RGB value is (189,143,90). Sum of RGB (Red+Green+Blue) = 189+143+90=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F5A is #4270A5. Grayscale: #969696. Windows color (decimal): -4354214 or 5935037. OLE color: 5935037.

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

Color convert

RGB 189 143 90 -
CMYK 0 0.24 0.52 0.26
HSL 32.12º 0.43% 0.55% -
HSV(B) 32.12º 0.52% 0.74% -
XYZ 32.65 31.2 13.97 -
YUV 150.71 93.74 155.31 -
System Red Green Blue C M Y K H S L
Decimal 189 143 90 0 0.24 0.52 0.26 32.12 0.43 0.55
Hex BD 8F 5A 0 18 34 1A 20 2B 37
Octal 275 217 132 0 30 64 32 40 53 67
Binary 10111101 10001111 1011010 0 11000 110100 11010 100000 101011 110111

Color Harmonies of #BD8F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F5A

Black with #BD8F5A

Text Example


Text Example

White with #BD8F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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