Html Css Color HEX #B4BA1D Rio Grande

📋 copy color: '#B4BA1D'

red 180 ◦ green 186 ◦ blue 29

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

Shades of Rio Grande #B4BA1D

Tints of Rio Grande #B4BA1D

RGB

 RED value IS 180 (70.7% from 255) = 45.57%

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 45.57%
G = 47.09%
B = 7.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B4BA1D (or 0xB4BA1D) is known color: Rio Grande. HEX triplet: B4, BA and 1D. RGB value is (180,186,29). Sum of RGB (Red+Green+Blue) = 180+186+29=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BA1D is #4B45E2. Grayscale: #A6A6A6. Windows color (decimal): -4933091 or 1948340. OLE color: 1948340.

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

Color convert

RGB 180 186 29 -
CMYK 0.03 0 0.84 0.27
HSL 62.29º 0.73% 0.42% -
HSV(B) 62.29º 0.84% 0.73% -
XYZ 36.6 44.91 7.9 -
YUV 166.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 180 186 29 0.03 0 0.84 0.27 62.29 0.73 0.42
Hex B4 BA 1D 3 0 54 1B 3E 49 2A
Octal 264 272 35 3 0 124 33 76 111 52
Binary 10110100 10111010 11101 11 0 1010100 11011 111110 1001001 101010

Color Harmonies of #B4BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA1D

Black with #B4BA1D

Text Example


Text Example

White with #B4BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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