Html Css Color HEX #BBBA8D Coriander

📋 copy color: '#BBBA8D'

red 187 ◦ green 186 ◦ blue 141

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

Shades of Coriander #BBBA8D

Tints of Coriander #BBBA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.43%

R = 36.38%
G = 36.19%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBBA8D (or 0xBBBA8D) is known color: Coriander. HEX triplet: BB, BA and 8D. RGB value is (187,186,141). Sum of RGB (Red+Green+Blue) = 187+186+141=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 186 (73.05% from 255 or 36.19% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA8D is #444572. Grayscale: #B5B5B5. Windows color (decimal): -4474227 or 9288379. OLE color: 9288379.

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

Color convert

RGB 187 186 141 -
CMYK 0 0.01 0.25 0.27
HSL 58.7º 0.25% 0.64% -
HSV(B) 58.7º 0.25% 0.73% -
XYZ 42.86 47.61 32.13 -
YUV 181.17 105.33 132.16 -
System Red Green Blue C M Y K H S L
Decimal 187 186 141 0 0.01 0.25 0.27 58.7 0.25 0.64
Hex BB BA 8D 0 1 19 1B 3B 19 40
Octal 273 272 215 0 1 31 33 73 31 100
Binary 10111011 10111010 10001101 0 1 11001 11011 111011 11001 1000000

Color Harmonies of #BBBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA8D

Black with #BBBA8D

Text Example


Text Example

White with #BBBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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