Html Css Color HEX #BCB68B Coriander

📋 copy color: '#BCB68B'

red 188 ◦ green 182 ◦ blue 139

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

Shades of Coriander #BCB68B

Tints of Coriander #BCB68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

 BLUE value IS 139 (54.69% from 255) = 27.31%

R = 36.94%
G = 35.76%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BCB68B (or 0xBCB68B) is known color: Coriander. HEX triplet: BC, B6 and 8B. RGB value is (188,182,139). Sum of RGB (Red+Green+Blue) = 188+182+139=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB68B is #434974. Grayscale: #B3B3B3. Windows color (decimal): -4409717 or 9156284. OLE color: 9156284.

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

Color convert

RGB 188 182 139 -
CMYK 0 0.03 0.26 0.26
HSL 52.65º 0.27% 0.64% -
HSV(B) 52.65º 0.26% 0.74% -
XYZ 42.13 46.01 31.09 -
YUV 178.89 105.49 134.5 -
System Red Green Blue C M Y K H S L
Decimal 188 182 139 0 0.03 0.26 0.26 52.65 0.27 0.64
Hex BC B6 8B 0 3 1A 1A 35 1B 40
Octal 274 266 213 0 3 32 32 65 33 100
Binary 10111100 10110110 10001011 0 11 11010 11010 110101 11011 1000000

Color Harmonies of #BCB68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB68B

Black with #BCB68B

Text Example


Text Example

White with #BCB68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB68B; }

 p { color: rgb(188,182,139); }

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

background-color css

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

 a { background-color: rgb(188,182,139); }

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

border-color css

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

 span { border-color: rgb(188,182,139); }

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