Html Css Color HEX #BB8253 Twine

📋 copy color: '#BB8253'

red 187 ◦ green 130 ◦ blue 83

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

Shades of Twine #BB8253

Tints of Twine #BB8253

RGB

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

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

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

R = 46.75%
G = 32.5%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8253 (or 0xBB8253) is known color: Twine. HEX triplet: BB, 82 and 53. RGB value is (187,130,83). Sum of RGB (Red+Green+Blue) = 187+130+83=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8253 is #447DAC. Grayscale: #8D8D8D. Windows color (decimal): -4488621 or 5472955. OLE color: 5472955.

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

Color convert

RGB 187 130 83 -
CMYK 0 0.30 0.56 0.27
HSL 27.12º 0.43% 0.53% -
HSV(B) 27.12º 0.56% 0.73% -
XYZ 30.04 27.15 11.84 -
YUV 141.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 187 130 83 0 0.30 0.56 0.27 27.12 0.43 0.53
Hex BB 82 53 0 1E 38 1B 1B 2B 35
Octal 273 202 123 0 36 70 33 33 53 65
Binary 10111011 10000010 1010011 0 11110 111000 11011 11011 101011 110101

Color Harmonies of #BB8253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8253

Black with #BB8253

Text Example


Text Example

White with #BB8253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8253; }

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

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

background-color css

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

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

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

border-color css

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

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

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