Html Css Color HEX #BD8352 Twine

📋 copy color: '#BD8352'

red 189 ◦ green 131 ◦ blue 82

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

Shades of Twine #BD8352

Tints of Twine #BD8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 82 (32.42% from 255) = 20.4%

R = 47.01%
G = 32.59%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD8352 (or 0xBD8352) is known color: Twine. HEX triplet: BD, 83 and 52. RGB value is (189,131,82). Sum of RGB (Red+Green+Blue) = 189+131+82=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8352 is #427CAD. Grayscale: #8F8F8F. Windows color (decimal): -4357294 or 5407677. OLE color: 5407677.

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

Color convert

RGB 189 131 82 -
CMYK 0 0.31 0.57 0.26
HSL 27.48º 0.45% 0.53% -
HSV(B) 27.48º 0.57% 0.74% -
XYZ 30.63 27.66 11.71 -
YUV 142.76 93.72 160.98 -
System Red Green Blue C M Y K H S L
Decimal 189 131 82 0 0.31 0.57 0.26 27.48 0.45 0.53
Hex BD 83 52 0 1F 39 1A 1B 2D 35
Octal 275 203 122 0 37 71 32 33 55 65
Binary 10111101 10000011 1010010 0 11111 111001 11010 11011 101101 110101

Color Harmonies of #BD8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8352

Black with #BD8352

Text Example


Text Example

White with #BD8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8352; }

 p { color: rgb(189,131,82); }

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

background-color css

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

 a { background-color: rgb(189,131,82); }

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

border-color css

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

 span { border-color: rgb(189,131,82); }

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