Html Css Color HEX #BCB892 Coriander

📋 copy color: '#BCB892'

red 188 ◦ green 184 ◦ blue 146

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

Shades of Coriander #BCB892

Tints of Coriander #BCB892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 36.29%
G = 35.52%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCB892 (or 0xBCB892) is known color: Coriander. HEX triplet: BC, B8 and 92. RGB value is (188,184,146). Sum of RGB (Red+Green+Blue) = 188+184+146=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB892 is #43476D. Grayscale: #B5B5B5. Windows color (decimal): -4409198 or 9615548. OLE color: 9615548.

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

Color convert

RGB 188 184 146 -
CMYK 0 0.02 0.22 0.26
HSL 54.29º 0.24% 0.65% -
HSV(B) 54.29º 0.22% 0.74% -
XYZ 43.07 47.05 34.01 -
YUV 180.86 108.33 133.09 -
System Red Green Blue C M Y K H S L
Decimal 188 184 146 0 0.02 0.22 0.26 54.29 0.24 0.65
Hex BC B8 92 0 2 16 1A 36 18 41
Octal 274 270 222 0 2 26 32 66 30 101
Binary 10111100 10111000 10010010 0 10 10110 11010 110110 11000 1000001

Color Harmonies of #BCB892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB892

Black with #BCB892

Text Example


Text Example

White with #BCB892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB892; }

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

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

background-color css

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

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

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

border-color css

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

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

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