Html Css Color HEX #B5BC07 La Rioja

📋 copy color: '#B5BC07'

red 181 ◦ green 188 ◦ blue 7

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

Shades of La Rioja #B5BC07

Tints of La Rioja #B5BC07

RGB

 RED value IS 181 (71.09% from 255) = 48.14%

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

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 48.14%
G = 50%
B = 1.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#B5BC07 (or 0xB5BC07) is known color: La Rioja. HEX triplet: B5, BC and 07. RGB value is (181,188,7). Sum of RGB (Red+Green+Blue) = 181+188+7=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BC07 is #4A43F8. Grayscale: #A5A5A5. Windows color (decimal): -4867065 or 507061. OLE color: 507061.

HSL color Cylindrical-coordinate representation of color #B5BC07: hue angle of 62.32º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5BC07 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 188 7 -
CMYK 0.04 0 0.96 0.26
HSL 62.32º 0.93% 0.38% -
HSV(B) 62.32º 0.96% 0.74% -
XYZ 37.08 45.81 7.09 -
YUV 165.27 38.68 139.22 -
System Red Green Blue C M Y K H S L
Decimal 181 188 7 0.04 0 0.96 0.26 62.32 0.93 0.38
Hex B5 BC 7 4 0 60 1A 3E 5D 26
Octal 265 274 7 4 0 140 32 76 135 46
Binary 10110101 10111100 111 100 0 1100000 11010 111110 1011101 100110

Color Harmonies of #B5BC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC07

Black with #B5BC07

Text Example


Text Example

White with #B5BC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC07; }

 p { color: rgb(181,188,7); }

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

background-color css

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

 a { background-color: rgb(181,188,7); }

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

border-color css

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

 span { border-color: rgb(181,188,7); }

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