Html Css Color HEX #BB815A Twine

📋 copy color: '#BB815A'

red 187 ◦ green 129 ◦ blue 90

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

Shades of Twine #BB815A

Tints of Twine #BB815A

RGB

 RED value IS 187 (73.44% from 255) = 46.06%

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

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

R = 46.06%
G = 31.77%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB815A (or 0xBB815A) is known color: Twine. HEX triplet: BB, 81 and 5A. RGB value is (187,129,90). Sum of RGB (Red+Green+Blue) = 187+129+90=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB815A is #447EA5. Grayscale: #8E8E8E. Windows color (decimal): -4488870 or 5931451. OLE color: 5931451.

HSL color Cylindrical-coordinate representation of color #BB815A: hue angle of 24.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB815A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 90 -
CMYK 0 0.31 0.52 0.27
HSL 24.12º 0.42% 0.54% -
HSV(B) 24.12º 0.52% 0.73% -
XYZ 30.19 27 13.29 -
YUV 141.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 187 129 90 0 0.31 0.52 0.27 24.12 0.42 0.54
Hex BB 81 5A 0 1F 34 1B 18 2A 36
Octal 273 201 132 0 37 64 33 30 52 66
Binary 10111011 10000001 1011010 0 11111 110100 11011 11000 101010 110110

Color Harmonies of #BB815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB815A

Black with #BB815A

Text Example


Text Example

White with #BB815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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