Html Css Color HEX #BCB88B Coriander

📋 copy color: '#BCB88B'

red 188 ◦ green 184 ◦ blue 139

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

Shades of Coriander #BCB88B

Tints of Coriander #BCB88B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.01%

 BLUE value IS 139 (54.69% from 255) = 27.2%

R = 36.79%
G = 36.01%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCB88B (or 0xBCB88B) is known color: Coriander. HEX triplet: BC, B8 and 8B. RGB value is (188,184,139). Sum of RGB (Red+Green+Blue) = 188+184+139=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB88B is #434774. Grayscale: #B4B4B4. Windows color (decimal): -4409205 or 9156796. OLE color: 9156796.

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

Color convert

RGB 188 184 139 -
CMYK 0 0.02 0.26 0.26
HSL 55.1º 0.27% 0.64% -
HSV(B) 55.1º 0.26% 0.74% -
XYZ 42.54 46.84 31.22 -
YUV 180.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 188 184 139 0 0.02 0.26 0.26 55.1 0.27 0.64
Hex BC B8 8B 0 2 1A 1A 37 1B 40
Octal 274 270 213 0 2 32 32 67 33 100
Binary 10111100 10111000 10001011 0 10 11010 11010 110111 11011 1000000

Color Harmonies of #BCB88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB88B

Black with #BCB88B

Text Example


Text Example

White with #BCB88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB88B; }

 p { color: rgb(188,184,139); }

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

background-color css

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

 a { background-color: rgb(188,184,139); }

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

border-color css

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

 span { border-color: rgb(188,184,139); }

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