Html Css Color HEX #BCB98B Coriander

📋 copy color: '#BCB98B'

red 188 ◦ green 185 ◦ blue 139

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

Shades of Coriander #BCB98B

Tints of Coriander #BCB98B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.13%

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

R = 36.72%
G = 36.13%
B = 27.15%

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

#BCB98B (or 0xBCB98B) is known color: Coriander. HEX triplet: BC, B9 and 8B. RGB value is (188,185,139). Sum of RGB (Red+Green+Blue) = 188+185+139=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB98B is #434674. Grayscale: #B4B4B4. Windows color (decimal): -4408949 or 9157052. OLE color: 9157052.

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

Color convert

RGB 188 185 139 -
CMYK 0 0.02 0.26 0.26
HSL 56.33º 0.27% 0.64% -
HSV(B) 56.33º 0.26% 0.74% -
XYZ 42.75 47.25 31.29 -
YUV 180.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 188 185 139 0 0.02 0.26 0.26 56.33 0.27 0.64
Hex BC B9 8B 0 2 1A 1A 38 1B 40
Octal 274 271 213 0 2 32 32 70 33 100
Binary 10111100 10111001 10001011 0 10 11010 11010 111000 11011 1000000

Color Harmonies of #BCB98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB98B

Black with #BCB98B

Text Example


Text Example

White with #BCB98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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