Html Css Color HEX #BD8E5D Twine

📋 copy color: '#BD8E5D'

red 189 ◦ green 142 ◦ blue 93

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

Shades of Twine #BD8E5D

Tints of Twine #BD8E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.49%

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 44.58%
G = 33.49%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD8E5D (or 0xBD8E5D) is known color: Twine. HEX triplet: BD, 8E and 5D. RGB value is (189,142,93). Sum of RGB (Red+Green+Blue) = 189+142+93=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E5D is #4271A2. Grayscale: #969696. Windows color (decimal): -4354467 or 6131389. OLE color: 6131389.

HSL color Cylindrical-coordinate representation of color #BD8E5D: hue angle of 30.63º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD8E5D is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 93 -
CMYK 0 0.25 0.51 0.26
HSL 30.63º 0.42% 0.55% -
HSV(B) 30.63º 0.51% 0.74% -
XYZ 32.64 30.96 14.61 -
YUV 150.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 189 142 93 0 0.25 0.51 0.26 30.63 0.42 0.55
Hex BD 8E 5D 0 19 33 1A 1F 2A 37
Octal 275 216 135 0 31 63 32 37 52 67
Binary 10111101 10001110 1011101 0 11001 110011 11010 11111 101010 110111

Color Harmonies of #BD8E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E5D

Black with #BD8E5D

Text Example


Text Example

White with #BD8E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E5D; }

 p { color: rgb(189,142,93); }

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

background-color css

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

 a { background-color: rgb(189,142,93); }

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

border-color css

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

 span { border-color: rgb(189,142,93); }

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