Html Css Color HEX #BB8252 Twine

📋 copy color: '#BB8252'

red 187 ◦ green 130 ◦ blue 82

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

Shades of Twine #BB8252

Tints of Twine #BB8252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 46.87%
G = 32.58%
B = 20.55%

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

#BB8252 (or 0xBB8252) is known color: Twine. HEX triplet: BB, 82 and 52. RGB value is (187,130,82). Sum of RGB (Red+Green+Blue) = 187+130+82=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8252 is #447DAD. Grayscale: #8D8D8D. Windows color (decimal): -4488622 or 5407419. OLE color: 5407419.

HSL color Cylindrical-coordinate representation of color #BB8252: hue angle of 27.43º degrees, saturation: 0.44, 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 #BB8252 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 130 82 -
CMYK 0 0.30 0.56 0.27
HSL 27.43º 0.44% 0.53% -
HSV(B) 27.43º 0.56% 0.73% -
XYZ 30 27.14 11.64 -
YUV 141.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 187 130 82 0 0.30 0.56 0.27 27.43 0.44 0.53
Hex BB 82 52 0 1E 38 1B 1B 2C 35
Octal 273 202 122 0 36 70 33 33 54 65
Binary 10111011 10000010 1010010 0 11110 111000 11011 11011 101100 110101

Color Harmonies of #BB8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8252

Black with #BB8252

Text Example


Text Example

White with #BB8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8252; }

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

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

background-color css

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

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

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

border-color css

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

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

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