Html Css Color HEX #B0BA0F La Rioja

📋 copy color: '#B0BA0F'

red 176 ◦ green 186 ◦ blue 15

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

Shades of La Rioja #B0BA0F

Tints of La Rioja #B0BA0F

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

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

 BLUE value IS 15 (6.25% from 255) = 3.98%

R = 46.68%
G = 49.34%
B = 3.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B0BA0F (or 0xB0BA0F) is known color: La Rioja. HEX triplet: B0, BA and 0F. RGB value is (176,186,15). Sum of RGB (Red+Green+Blue) = 176+186+15=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 15 (6.25% from 255 or 3.98% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #B0BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0BA0F is #4F45F0. Grayscale: #A4A4A4. Windows color (decimal): -5195249 or 1030832. OLE color: 1030832.

HSL color Cylindrical-coordinate representation of color #B0BA0F: hue angle of 63.51º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0BA0F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 186 15 -
CMYK 0.05 0 0.92 0.27
HSL 63.51º 0.85% 0.39% -
HSV(B) 63.51º 0.92% 0.73% -
XYZ 35.55 44.38 7.14 -
YUV 163.52 44.19 136.9 -
System Red Green Blue C M Y K H S L
Decimal 176 186 15 0.05 0 0.92 0.27 63.51 0.85 0.39
Hex B0 BA F 5 0 5C 1B 40 55 27
Octal 260 272 17 5 0 134 33 100 125 47
Binary 10110000 10111010 1111 101 0 1011100 11011 1000000 1010101 100111

Color Harmonies of #B0BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BA0F

Black with #B0BA0F

Text Example


Text Example

White with #B0BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BA0F; }

 p { color: rgb(176,186,15); }

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

background-color css

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

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

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

border-color css

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

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

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