Html Css Color HEX #BBBA8E Coriander

📋 copy color: '#BBBA8E'

red 187 ◦ green 186 ◦ blue 142

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

Shades of Coriander #BBBA8E

Tints of Coriander #BBBA8E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 36.31%
G = 36.12%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BBBA8E (or 0xBBBA8E) is known color: Coriander. HEX triplet: BB, BA and 8E. RGB value is (187,186,142). Sum of RGB (Red+Green+Blue) = 187+186+142=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA8E is #444571. Grayscale: #B5B5B5. Windows color (decimal): -4474226 or 9353915. OLE color: 9353915.

HSL color Cylindrical-coordinate representation of color #BBBA8E: hue angle of 58.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBBA8E is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 186 142 -
CMYK 0 0.01 0.24 0.27
HSL 58.67º 0.25% 0.65% -
HSV(B) 58.67º 0.24% 0.73% -
XYZ 42.93 47.64 32.52 -
YUV 181.28 105.83 132.08 -
System Red Green Blue C M Y K H S L
Decimal 187 186 142 0 0.01 0.24 0.27 58.67 0.25 0.65
Hex BB BA 8E 0 1 18 1B 3B 19 41
Octal 273 272 216 0 1 30 33 73 31 101
Binary 10111011 10111010 10001110 0 1 11000 11011 111011 11001 1000001

Color Harmonies of #BBBA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA8E

Black with #BBBA8E

Text Example


Text Example

White with #BBBA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA8E; }

 p { color: rgb(187,186,142); }

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

background-color css

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

 a { background-color: rgb(187,186,142); }

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

border-color css

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

 span { border-color: rgb(187,186,142); }

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