Html Css Color HEX #B7BA05 La Rioja

📋 copy color: '#B7BA05'

red 183 ◦ green 186 ◦ blue 5

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

Shades of La Rioja #B7BA05

Tints of La Rioja #B7BA05

RGB

 RED value IS 183 (71.88% from 255) = 48.93%

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 48.93%
G = 49.73%
B = 1.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B7BA05 (or 0xB7BA05) is known color: La Rioja. HEX triplet: B7, BA and 05. RGB value is (183,186,5). Sum of RGB (Red+Green+Blue) = 183+186+5=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 5 (2.34% from 255 or 1.34% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA05 is #4845FA. Grayscale: #A5A5A5. Windows color (decimal): -4736507 or 375479. OLE color: 375479.

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

Color convert

RGB 183 186 5 -
CMYK 0.02 0 0.97 0.27
HSL 60.99º 0.95% 0.37% -
HSV(B) 60.99º 0.97% 0.73% -
XYZ 37.11 45.2 6.91 -
YUV 164.47 38.01 141.22 -
System Red Green Blue C M Y K H S L
Decimal 183 186 5 0.02 0 0.97 0.27 60.99 0.95 0.37
Hex B7 BA 5 2 0 61 1B 3D 5F 25
Octal 267 272 5 2 0 141 33 75 137 45
Binary 10110111 10111010 101 10 0 1100001 11011 111101 1011111 100101

Color Harmonies of #B7BA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA05

Black with #B7BA05

Text Example


Text Example

White with #B7BA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA05; }

 p { color: rgb(183,186,5); }

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

background-color css

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

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

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

border-color css

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

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

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