Html Css Color HEX #B1BC0F La Rioja

📋 copy color: '#B1BC0F'

red 177 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #B1BC0F

Tints of La Rioja #B1BC0F

RGB

 RED value IS 177 (69.53% from 255) = 46.58%

 GREEN value IS 188 (73.83% from 255) = 49.47%

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

R = 46.58%
G = 49.47%
B = 3.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#B1BC0F (or 0xB1BC0F) is known color: La Rioja. HEX triplet: B1, BC and 0F. RGB value is (177,188,15). Sum of RGB (Red+Green+Blue) = 177+188+15=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BC0F is #4E43F0. Grayscale: #A5A5A5. Windows color (decimal): -5129201 or 1031345. OLE color: 1031345.

HSL color Cylindrical-coordinate representation of color #B1BC0F: hue angle of 63.82º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1BC0F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 15 -
CMYK 0.06 0 0.92 0.26
HSL 63.82º 0.85% 0.4% -
HSV(B) 63.82º 0.92% 0.74% -
XYZ 36.2 45.35 7.3 -
YUV 164.99 43.36 136.57 -
System Red Green Blue C M Y K H S L
Decimal 177 188 15 0.06 0 0.92 0.26 63.82 0.85 0.4
Hex B1 BC F 6 0 5C 1A 40 55 28
Octal 261 274 17 6 0 134 32 100 125 50
Binary 10110001 10111100 1111 110 0 1011100 11010 1000000 1010101 101000

Color Harmonies of #B1BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC0F

Black with #B1BC0F

Text Example


Text Example

White with #B1BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC0F; }

 p { color: rgb(177,188,15); }

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

background-color css

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

 a { background-color: rgb(177,188,15); }

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

border-color css

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

 span { border-color: rgb(177,188,15); }

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