Html Css Color HEX #BD8A5F Twine

📋 copy color: '#BD8A5F'

red 189 ◦ green 138 ◦ blue 95

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

Shades of Twine #BD8A5F

Tints of Twine #BD8A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.51%

R = 44.79%
G = 32.7%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD8A5F (or 0xBD8A5F) is known color: Twine. HEX triplet: BD, 8A and 5F. RGB value is (189,138,95). Sum of RGB (Red+Green+Blue) = 189+138+95=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8A5F is #4275A0. Grayscale: #949494. Windows color (decimal): -4355489 or 6261437. OLE color: 6261437.

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

Color convert

RGB 189 138 95 -
CMYK 0 0.27 0.50 0.26
HSL 27.45º 0.42% 0.56% -
HSV(B) 27.45º 0.5% 0.74% -
XYZ 32.14 29.82 14.89 -
YUV 148.35 97.9 157 -
System Red Green Blue C M Y K H S L
Decimal 189 138 95 0 0.27 0.50 0.26 27.45 0.42 0.56
Hex BD 8A 5F 0 1B 32 1A 1B 2A 38
Octal 275 212 137 0 33 62 32 33 52 70
Binary 10111101 10001010 1011111 0 11011 110010 11010 11011 101010 111000

Color Harmonies of #BD8A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A5F

Black with #BD8A5F

Text Example


Text Example

White with #BD8A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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