Html Css Color HEX #BB825D Twine

📋 copy color: '#BB825D'

red 187 ◦ green 130 ◦ blue 93

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

Shades of Twine #BB825D

Tints of Twine #BB825D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 45.61%
G = 31.71%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB825D (or 0xBB825D) is known color: Twine. HEX triplet: BB, 82 and 5D. RGB value is (187,130,93). Sum of RGB (Red+Green+Blue) = 187+130+93=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB825D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB825D is #447DA2. Grayscale: #8F8F8F. Windows color (decimal): -4488611 or 6128315. OLE color: 6128315.

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

Color convert

RGB 187 130 93 -
CMYK 0 0.30 0.50 0.27
HSL 23.62º 0.41% 0.55% -
HSV(B) 23.62º 0.5% 0.73% -
XYZ 30.45 27.32 14.02 -
YUV 142.83 99.88 159.51 -
System Red Green Blue C M Y K H S L
Decimal 187 130 93 0 0.30 0.50 0.27 23.62 0.41 0.55
Hex BB 82 5D 0 1E 32 1B 18 29 37
Octal 273 202 135 0 36 62 33 30 51 67
Binary 10111011 10000010 1011101 0 11110 110010 11011 11000 101001 110111

Color Harmonies of #BB825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB825D

Black with #BB825D

Text Example


Text Example

White with #BB825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB825D; }

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

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

background-color css

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

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

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

border-color css

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

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

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