Html Css Color HEX #B3BC0F La Rioja

📋 copy color: '#B3BC0F'

red 179 ◦ green 188 ◦ blue 15

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

Shades of La Rioja #B3BC0F

Tints of La Rioja #B3BC0F

RGB

 RED value IS 179 (70.31% from 255) = 46.86%

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

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

R = 46.86%
G = 49.21%
B = 3.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#B3BC0F (or 0xB3BC0F) is known color: La Rioja. HEX triplet: B3, BC and 0F. RGB value is (179,188,15). Sum of RGB (Red+Green+Blue) = 179+188+15=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC0F is #4C43F0. Grayscale: #A6A6A6. Windows color (decimal): -4998129 or 1031347. OLE color: 1031347.

HSL color Cylindrical-coordinate representation of color #B3BC0F: hue angle of 63.12º 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 #B3BC0F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 15 -
CMYK 0.05 0 0.92 0.26
HSL 63.12º 0.85% 0.4% -
HSV(B) 63.12º 0.92% 0.74% -
XYZ 36.66 45.58 7.32 -
YUV 165.59 43.02 137.57 -
System Red Green Blue C M Y K H S L
Decimal 179 188 15 0.05 0 0.92 0.26 63.12 0.85 0.4
Hex B3 BC F 5 0 5C 1A 3F 55 28
Octal 263 274 17 5 0 134 32 77 125 50
Binary 10110011 10111100 1111 101 0 1011100 11010 111111 1010101 101000

Color Harmonies of #B3BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC0F

Black with #B3BC0F

Text Example


Text Example

White with #B3BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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