Html Css Color HEX #B5BF0F La Rioja

📋 copy color: '#B5BF0F'

red 181 ◦ green 191 ◦ blue 15

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

Shades of La Rioja #B5BF0F

Tints of La Rioja #B5BF0F

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

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

R = 46.77%
G = 49.35%
B = 3.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#B5BF0F (or 0xB5BF0F) is known color: La Rioja. HEX triplet: B5, BF and 0F. RGB value is (181,191,15). Sum of RGB (Red+Green+Blue) = 181+191+15=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 15 (6.25% from 255 or 3.88% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF0F is #4A40F0. Grayscale: #A8A8A8. Windows color (decimal): -4866289 or 1032117. OLE color: 1032117.

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

Color convert

RGB 181 191 15 -
CMYK 0.05 0 0.92 0.25
HSL 63.41º 0.85% 0.4% -
HSV(B) 63.41º 0.92% 0.75% -
XYZ 37.77 47.12 7.56 -
YUV 167.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 181 191 15 0.05 0 0.92 0.25 63.41 0.85 0.4
Hex B5 BF F 5 0 5C 19 3F 55 28
Octal 265 277 17 5 0 134 31 77 125 50
Binary 10110101 10111111 1111 101 0 1011100 11001 111111 1010101 101000

Color Harmonies of #B5BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF0F

Black with #B5BF0F

Text Example


Text Example

White with #B5BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF0F; }

 p { color: rgb(181,191,15); }

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

background-color css

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

 a { background-color: rgb(181,191,15); }

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

border-color css

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

 span { border-color: rgb(181,191,15); }

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