Html Css Color HEX #BBBB8A Coriander

📋 copy color: '#BBBB8A'

red 187 ◦ green 187 ◦ blue 138

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

Shades of Coriander #BBBB8A

Tints of Coriander #BBBB8A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.52%

 BLUE value IS 138 (54.3% from 255) = 26.95%

R = 36.52%
G = 36.52%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBBB8A (or 0xBBBB8A) is known color: Coriander. HEX triplet: BB, BB and 8A. RGB value is (187,187,138). Sum of RGB (Red+Green+Blue) = 187+187+138=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB8A is #444475. Grayscale: #B5B5B5. Windows color (decimal): -4473974 or 9092027. OLE color: 9092027.

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

Color convert

RGB 187 187 138 -
CMYK 0 0 0.26 0.27
HSL 60º 0.26% 0.64% -
HSV(B) 60º 0.26% 0.73% -
XYZ 42.85 47.94 31.04 -
YUV 181.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 187 187 138 0 0 0.26 0.27 60 0.26 0.64
Hex BB BB 8A 0 0 1A 1B 3C 1A 40
Octal 273 273 212 0 0 32 33 74 32 100
Binary 10111011 10111011 10001010 0 0 11010 11011 111100 11010 1000000

Color Harmonies of #BBBB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB8A

Black with #BBBB8A

Text Example


Text Example

White with #BBBB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB8A; }

 p { color: rgb(187,187,138); }

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

background-color css

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

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

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

border-color css

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

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

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