Html Css Color HEX #BD8553 Twine

📋 copy color: '#BD8553'

red 189 ◦ green 133 ◦ blue 83

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

Shades of Twine #BD8553

Tints of Twine #BD8553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

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

R = 46.67%
G = 32.84%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD8553 (or 0xBD8553) is known color: Twine. HEX triplet: BD, 85 and 53. RGB value is (189,133,83). Sum of RGB (Red+Green+Blue) = 189+133+83=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 83 (32.81% from 255 or 20.49% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8553 is #427AAC. Grayscale: #909090. Windows color (decimal): -4356781 or 5473725. OLE color: 5473725.

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

Color convert

RGB 189 133 83 -
CMYK 0 0.30 0.56 0.26
HSL 28.3º 0.45% 0.53% -
HSV(B) 28.3º 0.56% 0.74% -
XYZ 30.94 28.22 12 -
YUV 144.04 93.55 160.07 -
System Red Green Blue C M Y K H S L
Decimal 189 133 83 0 0.30 0.56 0.26 28.3 0.45 0.53
Hex BD 85 53 0 1E 38 1A 1C 2D 35
Octal 275 205 123 0 36 70 32 34 55 65
Binary 10111101 10000101 1010011 0 11110 111000 11010 11100 101101 110101

Color Harmonies of #BD8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8553

Black with #BD8553

Text Example


Text Example

White with #BD8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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