Html Css Color HEX #BD8153 Twine

📋 copy color: '#BD8153'

red 189 ◦ green 129 ◦ blue 83

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

Shades of Twine #BD8153

Tints of Twine #BD8153

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 47.13%
G = 32.17%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD8153 (or 0xBD8153) is known color: Twine. HEX triplet: BD, 81 and 53. RGB value is (189,129,83). Sum of RGB (Red+Green+Blue) = 189+129+83=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 83 (32.81% from 255 or 20.70% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8153 is #427EAC. Grayscale: #8D8D8D. Windows color (decimal): -4357805 or 5472701. OLE color: 5472701.

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

Color convert

RGB 189 129 83 -
CMYK 0 0.32 0.56 0.26
HSL 26.04º 0.45% 0.53% -
HSV(B) 26.04º 0.56% 0.74% -
XYZ 30.4 27.14 11.82 -
YUV 141.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 189 129 83 0 0.32 0.56 0.26 26.04 0.45 0.53
Hex BD 81 53 0 20 38 1A 1A 2D 35
Octal 275 201 123 0 40 70 32 32 55 65
Binary 10111101 10000001 1010011 0 100000 111000 11010 11010 101101 110101

Color Harmonies of #BD8153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8153

Black with #BD8153

Text Example


Text Example

White with #BD8153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8153; }

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

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

background-color css

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

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

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

border-color css

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

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

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