Html Css Color HEX #BAB481 Coriander

📋 copy color: '#BAB481'

red 186 ◦ green 180 ◦ blue 129

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

Shades of Coriander #BAB481

Tints of Coriander #BAB481

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 129 (50.78% from 255) = 26.06%

R = 37.58%
G = 36.36%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BAB481 (or 0xBAB481) is known color: Coriander. HEX triplet: BA, B4 and 81. RGB value is (186,180,129). Sum of RGB (Red+Green+Blue) = 186+180+129=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAB481 is #454B7E. Grayscale: #B0B0B0. Windows color (decimal): -4541311 or 8500410. OLE color: 8500410.

HSL color Cylindrical-coordinate representation of color #BAB481: hue angle of 53.68º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAB481 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 129 -
CMYK 0 0.03 0.31 0.27
HSL 53.68º 0.29% 0.62% -
HSV(B) 53.68º 0.31% 0.73% -
XYZ 40.53 44.67 27.25 -
YUV 175.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 186 180 129 0 0.03 0.31 0.27 53.68 0.29 0.62
Hex BA B4 81 0 3 1F 1B 36 1D 3E
Octal 272 264 201 0 3 37 33 66 35 76
Binary 10111010 10110100 10000001 0 11 11111 11011 110110 11101 111110

Color Harmonies of #BAB481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB481

Black with #BAB481

Text Example


Text Example

White with #BAB481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB481; }

 p { color: rgb(186,180,129); }

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

background-color css

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

 a { background-color: rgb(186,180,129); }

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

border-color css

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

 span { border-color: rgb(186,180,129); }

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