Html Css Color HEX #BB825B Twine

📋 copy color: '#BB825B'

red 187 ◦ green 130 ◦ blue 91

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

Shades of Twine #BB825B

Tints of Twine #BB825B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.3%

R = 45.83%
G = 31.86%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB825B (or 0xBB825B) is known color: Twine. HEX triplet: BB, 82 and 5B. RGB value is (187,130,91). Sum of RGB (Red+Green+Blue) = 187+130+91=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB825B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB825B is #447DA4. Grayscale: #8E8E8E. Windows color (decimal): -4488613 or 5997243. OLE color: 5997243.

HSL color Cylindrical-coordinate representation of color #BB825B: hue angle of 24.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB825B is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 91 -
CMYK 0 0.30 0.51 0.27
HSL 24.38º 0.41% 0.55% -
HSV(B) 24.38º 0.51% 0.73% -
XYZ 30.36 27.29 13.56 -
YUV 142.6 98.88 159.67 -
System Red Green Blue C M Y K H S L
Decimal 187 130 91 0 0.30 0.51 0.27 24.38 0.41 0.55
Hex BB 82 5B 0 1E 33 1B 18 29 37
Octal 273 202 133 0 36 63 33 30 51 67
Binary 10111011 10000010 1011011 0 11110 110011 11011 11000 101001 110111

Color Harmonies of #BB825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB825B

Black with #BB825B

Text Example


Text Example

White with #BB825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB825B; }

 p { color: rgb(187,130,91); }

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

background-color css

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

 a { background-color: rgb(187,130,91); }

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

border-color css

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

 span { border-color: rgb(187,130,91); }

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