Html Css Color HEX #BBB48D Coriander

📋 copy color: '#BBB48D'

red 187 ◦ green 180 ◦ blue 141

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

Shades of Coriander #BBB48D

Tints of Coriander #BBB48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

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

R = 36.81%
G = 35.43%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBB48D (or 0xBBB48D) is known color: Coriander. HEX triplet: BB, B4 and 8D. RGB value is (187,180,141). Sum of RGB (Red+Green+Blue) = 187+180+141=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB48D is #444B72. Grayscale: #B1B1B1. Windows color (decimal): -4475763 or 9286843. OLE color: 9286843.

HSL color Cylindrical-coordinate representation of color #BBB48D: hue angle of 50.87º 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 #BBB48D is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 141 -
CMYK 0 0.04 0.25 0.27
HSL 50.87º 0.25% 0.64% -
HSV(B) 50.87º 0.25% 0.73% -
XYZ 41.62 45.13 31.72 -
YUV 177.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 187 180 141 0 0.04 0.25 0.27 50.87 0.25 0.64
Hex BB B4 8D 0 4 19 1B 33 19 40
Octal 273 264 215 0 4 31 33 63 31 100
Binary 10111011 10110100 10001101 0 100 11001 11011 110011 11001 1000000

Color Harmonies of #BBB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB48D

Black with #BBB48D

Text Example


Text Example

White with #BBB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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