Html Css Color HEX #BAB68A Coriander

📋 copy color: '#BAB68A'

red 186 ◦ green 182 ◦ blue 138

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

Shades of Coriander #BAB68A

Tints of Coriander #BAB68A

RGB

 RED value IS 186 (73.05% from 255) = 36.76%

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

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

R = 36.76%
G = 35.97%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BAB68A (or 0xBAB68A) is known color: Coriander. HEX triplet: BA, B6 and 8A. RGB value is (186,182,138). Sum of RGB (Red+Green+Blue) = 186+182+138=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB68A is #454975. Grayscale: #B2B2B2. Windows color (decimal): -4540790 or 9090746. OLE color: 9090746.

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

Color convert

RGB 186 182 138 -
CMYK 0 0.02 0.26 0.27
HSL 55º 0.26% 0.64% -
HSV(B) 55º 0.26% 0.73% -
XYZ 41.57 45.73 30.68 -
YUV 178.18 105.33 133.58 -
System Red Green Blue C M Y K H S L
Decimal 186 182 138 0 0.02 0.26 0.27 55 0.26 0.64
Hex BA B6 8A 0 2 1A 1B 37 1A 40
Octal 272 266 212 0 2 32 33 67 32 100
Binary 10111010 10110110 10001010 0 10 11010 11011 110111 11010 1000000

Color Harmonies of #BAB68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB68A

Black with #BAB68A

Text Example


Text Example

White with #BAB68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB68A; }

 p { color: rgb(186,182,138); }

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

background-color css

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

 a { background-color: rgb(186,182,138); }

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

border-color css

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

 span { border-color: rgb(186,182,138); }

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