Html Css Color HEX #BBB48A Coriander

📋 copy color: '#BBB48A'

red 187 ◦ green 180 ◦ blue 138

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

Shades of Coriander #BBB48A

Tints of Coriander #BBB48A

RGB

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

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

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

R = 37.03%
G = 35.64%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBB48A (or 0xBBB48A) is known color: Coriander. HEX triplet: BB, B4 and 8A. RGB value is (187,180,138). Sum of RGB (Red+Green+Blue) = 187+180+138=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB48A is #444B75. Grayscale: #B1B1B1. Windows color (decimal): -4475766 or 9090235. OLE color: 9090235.

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

Color convert

RGB 187 180 138 -
CMYK 0 0.04 0.26 0.27
HSL 51.43º 0.26% 0.64% -
HSV(B) 51.43º 0.26% 0.73% -
XYZ 41.4 45.04 30.56 -
YUV 177.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 187 180 138 0 0.04 0.26 0.27 51.43 0.26 0.64
Hex BB B4 8A 0 4 1A 1B 33 1A 40
Octal 273 264 212 0 4 32 33 63 32 100
Binary 10111011 10110100 10001010 0 100 11010 11011 110011 11010 1000000

Color Harmonies of #BBB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB48A

Black with #BBB48A

Text Example


Text Example

White with #BBB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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