Html Css Color HEX #BB8352 Twine

📋 copy color: '#BB8352'

red 187 ◦ green 131 ◦ blue 82

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

Shades of Twine #BB8352

Tints of Twine #BB8352

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

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

R = 46.75%
G = 32.75%
B = 20.5%

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

#BB8352 (or 0xBB8352) is known color: Twine. HEX triplet: BB, 83 and 52. RGB value is (187,131,82). Sum of RGB (Red+Green+Blue) = 187+131+82=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8352 is #447CAD. Grayscale: #8E8E8E. Windows color (decimal): -4488366 or 5407675. OLE color: 5407675.

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

Color convert

RGB 187 131 82 -
CMYK 0 0.30 0.56 0.27
HSL 28º 0.44% 0.53% -
HSV(B) 28º 0.56% 0.73% -
XYZ 30.13 27.41 11.68 -
YUV 142.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 187 131 82 0 0.30 0.56 0.27 28 0.44 0.53
Hex BB 83 52 0 1E 38 1B 1C 2C 35
Octal 273 203 122 0 36 70 33 34 54 65
Binary 10111011 10000011 1010010 0 11110 111000 11011 11100 101100 110101

Color Harmonies of #BB8352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8352

Black with #BB8352

Text Example


Text Example

White with #BB8352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8352; }

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

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

background-color css

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

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

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

border-color css

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

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

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