Html Css Color HEX #BCBB8A Coriander

📋 copy color: '#BCBB8A'

red 188 ◦ green 187 ◦ blue 138

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

Shades of Coriander #BCBB8A

Tints of Coriander #BCBB8A

RGB

 RED value IS 188 (73.83% from 255) = 36.65%

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

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

R = 36.65%
G = 36.45%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCBB8A (or 0xBCBB8A) is known color: Coriander. HEX triplet: BC, BB and 8A. RGB value is (188,187,138). Sum of RGB (Red+Green+Blue) = 188+187+138=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBB8A is #434475. Grayscale: #B5B5B5. Windows color (decimal): -4408438 or 9092028. OLE color: 9092028.

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

Color convert

RGB 188 187 138 -
CMYK 0 0.01 0.27 0.26
HSL 58.8º 0.27% 0.64% -
HSV(B) 58.8º 0.27% 0.74% -
XYZ 43.1 48.07 31.05 -
YUV 181.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 188 187 138 0 0.01 0.27 0.26 58.8 0.27 0.64
Hex BC BB 8A 0 1 1B 1A 3B 1B 40
Octal 274 273 212 0 1 33 32 73 33 100
Binary 10111100 10111011 10001010 0 1 11011 11010 111011 11011 1000000

Color Harmonies of #BCBB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB8A

Black with #BCBB8A

Text Example


Text Example

White with #BCBB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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