Html Css Color HEX #BCB38A Coriander

📋 copy color: '#BCB38A'

red 188 ◦ green 179 ◦ blue 138

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

Shades of Coriander #BCB38A

Tints of Coriander #BCB38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 37.23%
G = 35.45%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCB38A (or 0xBCB38A) is known color: Coriander. HEX triplet: BC, B3 and 8A. RGB value is (188,179,138). Sum of RGB (Red+Green+Blue) = 188+179+138=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB38A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB38A is #434C75. Grayscale: #B1B1B1. Windows color (decimal): -4410486 or 9089980. OLE color: 9089980.

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

Color convert

RGB 188 179 138 -
CMYK 0 0.05 0.27 0.26
HSL 49.2º 0.27% 0.64% -
HSV(B) 49.2º 0.27% 0.74% -
XYZ 41.45 44.77 30.5 -
YUV 177.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 188 179 138 0 0.05 0.27 0.26 49.2 0.27 0.64
Hex BC B3 8A 0 5 1B 1A 31 1B 40
Octal 274 263 212 0 5 33 32 61 33 100
Binary 10111100 10110011 10001010 0 101 11011 11010 110001 11011 1000000

Color Harmonies of #BCB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB38A

Black with #BCB38A

Text Example


Text Example

White with #BCB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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