Html Css Color HEX #BB8B52 Twine

📋 copy color: '#BB8B52'

red 187 ◦ green 139 ◦ blue 82

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

Shades of Twine #BB8B52

Tints of Twine #BB8B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.07%

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

R = 45.83%
G = 34.07%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB8B52 (or 0xBB8B52) is known color: Twine. HEX triplet: BB, 8B and 52. RGB value is (187,139,82). Sum of RGB (Red+Green+Blue) = 187+139+82=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B52 is #4474AD. Grayscale: #939393. Windows color (decimal): -4486318 or 5409723. OLE color: 5409723.

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

Color convert

RGB 187 139 82 -
CMYK 0 0.26 0.56 0.27
HSL 32.57º 0.44% 0.53% -
HSV(B) 32.57º 0.56% 0.73% -
XYZ 31.25 29.64 12.06 -
YUV 146.85 91.4 156.63 -
System Red Green Blue C M Y K H S L
Decimal 187 139 82 0 0.26 0.56 0.27 32.57 0.44 0.53
Hex BB 8B 52 0 1A 38 1B 21 2C 35
Octal 273 213 122 0 32 70 33 41 54 65
Binary 10111011 10001011 1010010 0 11010 111000 11011 100001 101100 110101

Color Harmonies of #BB8B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B52

Black with #BB8B52

Text Example


Text Example

White with #BB8B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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