Html Css Color HEX #BD8F5B Twine

📋 copy color: '#BD8F5B'

red 189 ◦ green 143 ◦ blue 91

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

Shades of Twine #BD8F5B

Tints of Twine #BD8F5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 44.68%
G = 33.81%
B = 21.51%

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

#BD8F5B (or 0xBD8F5B) is known color: Twine. HEX triplet: BD, 8F and 5B. RGB value is (189,143,91). Sum of RGB (Red+Green+Blue) = 189+143+91=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8F5B is #4270A4. Grayscale: #979797. Windows color (decimal): -4354213 or 6000573. OLE color: 6000573.

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

Color convert

RGB 189 143 91 -
CMYK 0 0.24 0.52 0.26
HSL 31.84º 0.43% 0.55% -
HSV(B) 31.84º 0.52% 0.74% -
XYZ 32.7 31.22 14.2 -
YUV 150.83 94.24 155.23 -
System Red Green Blue C M Y K H S L
Decimal 189 143 91 0 0.24 0.52 0.26 31.84 0.43 0.55
Hex BD 8F 5B 0 18 34 1A 20 2B 37
Octal 275 217 133 0 30 64 32 40 53 67
Binary 10111101 10001111 1011011 0 11000 110100 11010 100000 101011 110111

Color Harmonies of #BD8F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F5B

Black with #BD8F5B

Text Example


Text Example

White with #BD8F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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