Html Css Color HEX #BD8C5F Twine

📋 copy color: '#BD8C5F'

red 189 ◦ green 140 ◦ blue 95

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

Shades of Twine #BD8C5F

Tints of Twine #BD8C5F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

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

R = 44.58%
G = 33.02%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD8C5F (or 0xBD8C5F) is known color: Twine. HEX triplet: BD, 8C and 5F. RGB value is (189,140,95). Sum of RGB (Red+Green+Blue) = 189+140+95=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8C5F is #4273A0. Grayscale: #959595. Windows color (decimal): -4354977 or 6261949. OLE color: 6261949.

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

Color convert

RGB 189 140 95 -
CMYK 0 0.26 0.50 0.26
HSL 28.72º 0.42% 0.56% -
HSV(B) 28.72º 0.5% 0.74% -
XYZ 32.43 30.4 14.99 -
YUV 149.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 189 140 95 0 0.26 0.50 0.26 28.72 0.42 0.56
Hex BD 8C 5F 0 1A 32 1A 1D 2A 38
Octal 275 214 137 0 32 62 32 35 52 70
Binary 10111101 10001100 1011111 0 11010 110010 11010 11101 101010 111000

Color Harmonies of #BD8C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C5F

Black with #BD8C5F

Text Example


Text Example

White with #BD8C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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