Html Css Color HEX #BBB28A Coriander

📋 copy color: '#BBB28A'

red 187 ◦ green 178 ◦ blue 138

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

Shades of Coriander #BBB28A

Tints of Coriander #BBB28A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.39%

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

R = 37.18%
G = 35.39%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBB28A (or 0xBBB28A) is known color: Coriander. HEX triplet: BB, B2 and 8A. RGB value is (187,178,138). Sum of RGB (Red+Green+Blue) = 187+178+138=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB28A is #444D75. Grayscale: #B0B0B0. Windows color (decimal): -4476278 or 9089723. OLE color: 9089723.

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

Color convert

RGB 187 178 138 -
CMYK 0 0.05 0.26 0.27
HSL 48.98º 0.26% 0.64% -
HSV(B) 48.98º 0.26% 0.73% -
XYZ 41 44.24 30.42 -
YUV 176.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 187 178 138 0 0.05 0.26 0.27 48.98 0.26 0.64
Hex BB B2 8A 0 5 1A 1B 31 1A 40
Octal 273 262 212 0 5 32 33 61 32 100
Binary 10111011 10110010 10001010 0 101 11010 11011 110001 11010 1000000

Color Harmonies of #BBB28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB28A

Black with #BBB28A

Text Example


Text Example

White with #BBB28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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