Html Css Color HEX #BAB283 Coriander

📋 copy color: '#BAB283'

red 186 ◦ green 178 ◦ blue 131

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

Shades of Coriander #BAB283

Tints of Coriander #BAB283

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.96%

 BLUE value IS 131 (51.56% from 255) = 26.46%

R = 37.58%
G = 35.96%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BAB283 (or 0xBAB283) is known color: Coriander. HEX triplet: BA, B2 and 83. RGB value is (186,178,131). Sum of RGB (Red+Green+Blue) = 186+178+131=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAB283 is #454D7C. Grayscale: #AFAFAF. Windows color (decimal): -4541821 or 8630970. OLE color: 8630970.

HSL color Cylindrical-coordinate representation of color #BAB283: hue angle of 51.27º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAB283 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 178 131 -
CMYK 0 0.04 0.30 0.27
HSL 51.27º 0.28% 0.62% -
HSV(B) 51.27º 0.3% 0.73% -
XYZ 40.27 43.92 27.83 -
YUV 175.03 103.15 135.82 -
System Red Green Blue C M Y K H S L
Decimal 186 178 131 0 0.04 0.30 0.27 51.27 0.28 0.62
Hex BA B2 83 0 4 1E 1B 33 1C 3E
Octal 272 262 203 0 4 36 33 63 34 76
Binary 10111010 10110010 10000011 0 100 11110 11011 110011 11100 111110

Color Harmonies of #BAB283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB283

Black with #BAB283

Text Example


Text Example

White with #BAB283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB283; }

 p { color: rgb(186,178,131); }

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

background-color css

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

 a { background-color: rgb(186,178,131); }

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

border-color css

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

 span { border-color: rgb(186,178,131); }

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