Html Css Color HEX #BCB58D Coriander

📋 copy color: '#BCB58D'

red 188 ◦ green 181 ◦ blue 141

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

Shades of Coriander #BCB58D

Tints of Coriander #BCB58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.49%

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 36.86%
G = 35.49%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCB58D (or 0xBCB58D) is known color: Coriander. HEX triplet: BC, B5 and 8D. RGB value is (188,181,141). Sum of RGB (Red+Green+Blue) = 188+181+141=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 181 (71.09% from 255 or 35.49% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB58D is #434A72. Grayscale: #B2B2B2. Windows color (decimal): -4409971 or 9287100. OLE color: 9287100.

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

Color convert

RGB 188 181 141 -
CMYK 0 0.04 0.25 0.26
HSL 51.06º 0.26% 0.65% -
HSV(B) 51.06º 0.25% 0.74% -
XYZ 42.07 45.66 31.8 -
YUV 178.53 106.82 134.75 -
System Red Green Blue C M Y K H S L
Decimal 188 181 141 0 0.04 0.25 0.26 51.06 0.26 0.65
Hex BC B5 8D 0 4 19 1A 33 1A 41
Octal 274 265 215 0 4 31 32 63 32 101
Binary 10111100 10110101 10001101 0 100 11001 11010 110011 11010 1000001

Color Harmonies of #BCB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB58D

Black with #BCB58D

Text Example


Text Example

White with #BCB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB58D; }

 p { color: rgb(188,181,141); }

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

background-color css

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

 a { background-color: rgb(188,181,141); }

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

border-color css

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

 span { border-color: rgb(188,181,141); }

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