Html Css Color HEX #B7BA04 La Rioja

📋 copy color: '#B7BA04'

red 183 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #B7BA04

Tints of La Rioja #B7BA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.07%

R = 49.06%
G = 49.87%
B = 1.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B7BA04 (or 0xB7BA04) is known color: La Rioja. HEX triplet: B7, BA and 04. RGB value is (183,186,4). Sum of RGB (Red+Green+Blue) = 183+186+4=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 4 (1.95% from 255 or 1.07% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #B7BA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7BA04 is #4845FB. Grayscale: #A5A5A5. Windows color (decimal): -4736508 or 309943. OLE color: 309943.

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

Color convert

RGB 183 186 4 -
CMYK 0.02 0 0.98 0.27
HSL 60.99º 0.96% 0.37% -
HSV(B) 60.99º 0.98% 0.73% -
XYZ 37.11 45.19 6.88 -
YUV 164.36 37.51 141.3 -
System Red Green Blue C M Y K H S L
Decimal 183 186 4 0.02 0 0.98 0.27 60.99 0.96 0.37
Hex B7 BA 4 2 0 62 1B 3D 60 25
Octal 267 272 4 2 0 142 33 75 140 45
Binary 10110111 10111010 100 10 0 1100010 11011 111101 1100000 100101

Color Harmonies of #B7BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BA04

Black with #B7BA04

Text Example


Text Example

White with #B7BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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