Html Css Color HEX #BD8253 Twine

📋 copy color: '#BD8253'

red 189 ◦ green 130 ◦ blue 83

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

Shades of Twine #BD8253

Tints of Twine #BD8253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

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

R = 47.01%
G = 32.34%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD8253 (or 0xBD8253) is known color: Twine. HEX triplet: BD, 82 and 53. RGB value is (189,130,83). Sum of RGB (Red+Green+Blue) = 189+130+83=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 83 (32.81% from 255 or 20.65% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8253 is #427DAC. Grayscale: #8E8E8E. Windows color (decimal): -4357549 or 5472957. OLE color: 5472957.

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

Color convert

RGB 189 130 83 -
CMYK 0 0.31 0.56 0.26
HSL 26.6º 0.45% 0.53% -
HSV(B) 26.6º 0.56% 0.74% -
XYZ 30.53 27.41 11.86 -
YUV 142.28 94.55 161.32 -
System Red Green Blue C M Y K H S L
Decimal 189 130 83 0 0.31 0.56 0.26 26.6 0.45 0.53
Hex BD 82 53 0 1F 38 1A 1B 2D 35
Octal 275 202 123 0 37 70 32 33 55 65
Binary 10111101 10000010 1010011 0 11111 111000 11010 11011 101101 110101

Color Harmonies of #BD8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8253

Black with #BD8253

Text Example


Text Example

White with #BD8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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