Html Css Color HEX #BD815A Twine

📋 copy color: '#BD815A'

red 189 ◦ green 129 ◦ blue 90

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

Shades of Twine #BD815A

Tints of Twine #BD815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.06%

R = 46.32%
G = 31.62%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD815A (or 0xBD815A) is known color: Twine. HEX triplet: BD, 81 and 5A. RGB value is (189,129,90). Sum of RGB (Red+Green+Blue) = 189+129+90=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 90 (35.55% from 255 or 22.06% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD815A is #427EA5. Grayscale: #8E8E8E. Windows color (decimal): -4357798 or 5931453. OLE color: 5931453.

HSL color Cylindrical-coordinate representation of color #BD815A: hue angle of 23.64º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD815A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 129 90 -
CMYK 0 0.32 0.52 0.26
HSL 23.64º 0.43% 0.55% -
HSV(B) 23.64º 0.52% 0.74% -
XYZ 30.68 27.26 13.32 -
YUV 142.49 98.38 161.17 -
System Red Green Blue C M Y K H S L
Decimal 189 129 90 0 0.32 0.52 0.26 23.64 0.43 0.55
Hex BD 81 5A 0 20 34 1A 18 2B 37
Octal 275 201 132 0 40 64 32 30 53 67
Binary 10111101 10000001 1011010 0 100000 110100 11010 11000 101011 110111

Color Harmonies of #BD815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD815A

Black with #BD815A

Text Example


Text Example

White with #BD815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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