Html Css Color HEX #BCB794 Coriander

📋 copy color: '#BCB794'

red 188 ◦ green 183 ◦ blue 148

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

Shades of Coriander #BCB794

Tints of Coriander #BCB794

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.26%

 BLUE value IS 148 (58.2% from 255) = 28.52%

R = 36.22%
G = 35.26%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB794 (or 0xBCB794) is known color: Coriander. HEX triplet: BC, B7 and 94. RGB value is (188,183,148). Sum of RGB (Red+Green+Blue) = 188+183+148=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 183 (71.88% from 255 or 35.26% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB794 is #43486B. Grayscale: #B4B4B4. Windows color (decimal): -4409452 or 9746364. OLE color: 9746364.

HSL color Cylindrical-coordinate representation of color #BCB794: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCB794 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 183 148 -
CMYK 0 0.03 0.21 0.26
HSL 52.5º 0.23% 0.66% -
HSV(B) 52.5º 0.21% 0.74% -
XYZ 43.02 46.7 34.76 -
YUV 180.51 109.66 133.35 -
System Red Green Blue C M Y K H S L
Decimal 188 183 148 0 0.03 0.21 0.26 52.5 0.23 0.66
Hex BC B7 94 0 3 15 1A 34 17 42
Octal 274 267 224 0 3 25 32 64 27 102
Binary 10111100 10110111 10010100 0 11 10101 11010 110100 10111 1000010

Color Harmonies of #BCB794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB794

Black with #BCB794

Text Example


Text Example

White with #BCB794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB794; }

 p { color: rgb(188,183,148); }

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

background-color css

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

 a { background-color: rgb(188,183,148); }

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

border-color css

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

 span { border-color: rgb(188,183,148); }

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