Html Css Color HEX #BCB48A Coriander

📋 copy color: '#BCB48A'

red 188 ◦ green 180 ◦ blue 138

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

Shades of Coriander #BCB48A

Tints of Coriander #BCB48A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

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

R = 37.15%
G = 35.57%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCB48A (or 0xBCB48A) is known color: Coriander. HEX triplet: BC, B4 and 8A. RGB value is (188,180,138). Sum of RGB (Red+Green+Blue) = 188+180+138=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB48A is #434B75. Grayscale: #B1B1B1. Windows color (decimal): -4410230 or 9090236. OLE color: 9090236.

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

Color convert

RGB 188 180 138 -
CMYK 0 0.04 0.27 0.26
HSL 50.4º 0.27% 0.64% -
HSV(B) 50.4º 0.27% 0.74% -
XYZ 41.65 45.17 30.57 -
YUV 177.6 105.65 135.42 -
System Red Green Blue C M Y K H S L
Decimal 188 180 138 0 0.04 0.27 0.26 50.4 0.27 0.64
Hex BC B4 8A 0 4 1B 1A 32 1B 40
Octal 274 264 212 0 4 33 32 62 33 100
Binary 10111100 10110100 10001010 0 100 11011 11010 110010 11011 1000000

Color Harmonies of #BCB48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB48A

Black with #BCB48A

Text Example


Text Example

White with #BCB48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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