Html Css Color HEX #BBB184 Chino

📋 copy color: '#BBB184'

red 187 ◦ green 177 ◦ blue 132

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

Shades of Chino #BBB184

Tints of Chino #BBB184

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

 BLUE value IS 132 (51.95% from 255) = 26.61%

R = 37.7%
G = 35.69%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBB184 (or 0xBBB184) is known color: Chino. HEX triplet: BB, B1 and 84. RGB value is (187,177,132). Sum of RGB (Red+Green+Blue) = 187+177+132=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 132 (51.95% from 255 or 26.61% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB184 is #444E7B. Grayscale: #AFAFAF. Windows color (decimal): -4476540 or 8696251. OLE color: 8696251.

HSL color Cylindrical-coordinate representation of color #BBB184: hue angle of 49.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBB184 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 177 132 -
CMYK 0 0.05 0.29 0.27
HSL 49.09º 0.29% 0.63% -
HSV(B) 49.09º 0.29% 0.73% -
XYZ 40.38 43.68 28.13 -
YUV 174.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 187 177 132 0 0.05 0.29 0.27 49.09 0.29 0.63
Hex BB B1 84 0 5 1D 1B 31 1D 3F
Octal 273 261 204 0 5 35 33 61 35 77
Binary 10111011 10110001 10000100 0 101 11101 11011 110001 11101 111111

Color Harmonies of #BBB184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB184

Black with #BBB184

Text Example


Text Example

White with #BBB184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB184; }

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

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

background-color css

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

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

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

border-color css

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

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

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