Html Css Color HEX #BD8E53 Twine

📋 copy color: '#BD8E53'

red 189 ◦ green 142 ◦ blue 83

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

Shades of Twine #BD8E53

Tints of Twine #BD8E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.05%

R = 45.65%
G = 34.3%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD8E53 (or 0xBD8E53) is known color: Twine. HEX triplet: BD, 8E and 53. RGB value is (189,142,83). Sum of RGB (Red+Green+Blue) = 189+142+83=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8E53 is #4271AC. Grayscale: #959595. Windows color (decimal): -4354477 or 5476029. OLE color: 5476029.

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

Color convert

RGB 189 142 83 -
CMYK 0 0.25 0.56 0.26
HSL 33.4º 0.45% 0.53% -
HSV(B) 33.4º 0.56% 0.74% -
XYZ 32.22 30.79 12.43 -
YUV 149.33 90.57 156.3 -
System Red Green Blue C M Y K H S L
Decimal 189 142 83 0 0.25 0.56 0.26 33.4 0.45 0.53
Hex BD 8E 53 0 19 38 1A 21 2D 35
Octal 275 216 123 0 31 70 32 41 55 65
Binary 10111101 10001110 1010011 0 11001 111000 11010 100001 101101 110101

Color Harmonies of #BD8E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E53

Black with #BD8E53

Text Example


Text Example

White with #BD8E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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