Html Css Color HEX #BB8452 Twine

📋 copy color: '#BB8452'

red 187 ◦ green 132 ◦ blue 82

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

Shades of Twine #BB8452

Tints of Twine #BB8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

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

R = 46.63%
G = 32.92%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8452 (or 0xBB8452) is known color: Twine. HEX triplet: BB, 84 and 52. RGB value is (187,132,82). Sum of RGB (Red+Green+Blue) = 187+132+82=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8452 is #447BAD. Grayscale: #8F8F8F. Windows color (decimal): -4488110 or 5407931. OLE color: 5407931.

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

Color convert

RGB 187 132 82 -
CMYK 0 0.29 0.56 0.27
HSL 28.57º 0.44% 0.53% -
HSV(B) 28.57º 0.56% 0.73% -
XYZ 30.27 27.68 11.73 -
YUV 142.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 187 132 82 0 0.29 0.56 0.27 28.57 0.44 0.53
Hex BB 84 52 0 1D 38 1B 1D 2C 35
Octal 273 204 122 0 35 70 33 35 54 65
Binary 10111011 10000100 1010010 0 11101 111000 11011 11101 101100 110101

Color Harmonies of #BB8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8452

Black with #BB8452

Text Example


Text Example

White with #BB8452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8452; }

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

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

background-color css

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

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

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

border-color css

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

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

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