Html Css Color HEX #BABA1F Rio Grande

📋 copy color: '#BABA1F'

red 186 ◦ green 186 ◦ blue 31

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

Shades of Rio Grande #BABA1F

Tints of Rio Grande #BABA1F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.15%

 BLUE value IS 31 (12.5% from 255) = 7.69%

R = 46.15%
G = 46.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BABA1F (or 0xBABA1F) is known color: Rio Grande. HEX triplet: BA, BA and 1F. RGB value is (186,186,31). Sum of RGB (Red+Green+Blue) = 186+186+31=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABA1F is #4545E0. Grayscale: #A8A8A8. Windows color (decimal): -4539873 or 2079418. OLE color: 2079418.

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

Color convert

RGB 186 186 31 -
CMYK 0 0 0.83 0.27
HSL 60º 0.71% 0.43% -
HSV(B) 60º 0.83% 0.73% -
XYZ 38.06 45.66 8.1 -
YUV 168.33 50.5 140.6 -
System Red Green Blue C M Y K H S L
Decimal 186 186 31 0 0 0.83 0.27 60 0.71 0.43
Hex BA BA 1F 0 0 53 1B 3C 47 2B
Octal 272 272 37 0 0 123 33 74 107 53
Binary 10111010 10111010 11111 0 0 1010011 11011 111100 1000111 101011

Color Harmonies of #BABA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA1F

Black with #BABA1F

Text Example


Text Example

White with #BABA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA1F; }

 p { color: rgb(186,186,31); }

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

background-color css

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

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

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

border-color css

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

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

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