Html Css Color HEX #BBB694 Coriander

📋 copy color: '#BBB694'

red 187 ◦ green 182 ◦ blue 148

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

Shades of Coriander #BBB694

Tints of Coriander #BBB694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.2%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 36.17%
G = 35.2%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBB694 (or 0xBBB694) is known color: Coriander. HEX triplet: BB, B6 and 94. RGB value is (187,182,148). Sum of RGB (Red+Green+Blue) = 187+182+148=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB694 is #44496B. Grayscale: #B3B3B3. Windows color (decimal): -4475244 or 9746107. OLE color: 9746107.

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

Color convert

RGB 187 182 148 -
CMYK 0 0.03 0.21 0.27
HSL 52.31º 0.22% 0.66% -
HSV(B) 52.31º 0.21% 0.73% -
XYZ 42.57 46.16 34.68 -
YUV 179.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 187 182 148 0 0.03 0.21 0.27 52.31 0.22 0.66
Hex BB B6 94 0 3 15 1B 34 16 42
Octal 273 266 224 0 3 25 33 64 26 102
Binary 10111011 10110110 10010100 0 11 10101 11011 110100 10110 1000010

Color Harmonies of #BBB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB694

Black with #BBB694

Text Example


Text Example

White with #BBB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB694; }

 p { color: rgb(187,182,148); }

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

background-color css

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

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

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

border-color css

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

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

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