Html Css Color HEX #BB8355 Twine

📋 copy color: '#BB8355'

red 187 ◦ green 131 ◦ blue 85

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

Shades of Twine #BB8355

Tints of Twine #BB8355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.09%

R = 46.4%
G = 32.51%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB8355 (or 0xBB8355) is known color: Twine. HEX triplet: BB, 83 and 55. RGB value is (187,131,85). Sum of RGB (Red+Green+Blue) = 187+131+85=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8355 is #447CAA. Grayscale: #8E8E8E. Windows color (decimal): -4488363 or 5604283. OLE color: 5604283.

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

Color convert

RGB 187 131 85 -
CMYK 0 0.30 0.55 0.27
HSL 27.06º 0.43% 0.53% -
HSV(B) 27.06º 0.55% 0.73% -
XYZ 30.25 27.45 12.3 -
YUV 142.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 187 131 85 0 0.30 0.55 0.27 27.06 0.43 0.53
Hex BB 83 55 0 1E 37 1B 1B 2B 35
Octal 273 203 125 0 36 67 33 33 53 65
Binary 10111011 10000011 1010101 0 11110 110111 11011 11011 101011 110101

Color Harmonies of #BB8355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8355

Black with #BB8355

Text Example


Text Example

White with #BB8355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8355; }

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

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

background-color css

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

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

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

border-color css

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

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

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