Html Css Color HEX #B5BF0D La Rioja

📋 copy color: '#B5BF0D'

red 181 ◦ green 191 ◦ blue 13

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

Shades of La Rioja #B5BF0D

Tints of La Rioja #B5BF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.38%

R = 47.01%
G = 49.61%
B = 3.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#B5BF0D (or 0xB5BF0D) is known color: La Rioja. HEX triplet: B5, BF and 0D. RGB value is (181,191,13). Sum of RGB (Red+Green+Blue) = 181+191+13=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF0D is #4A40F2. Grayscale: #A8A8A8. Windows color (decimal): -4866291 or 901045. OLE color: 901045.

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

Color convert

RGB 181 191 13 -
CMYK 0.05 0 0.93 0.25
HSL 63.37º 0.87% 0.4% -
HSV(B) 63.37º 0.93% 0.75% -
XYZ 37.76 47.11 7.48 -
YUV 167.72 40.69 137.47 -
System Red Green Blue C M Y K H S L
Decimal 181 191 13 0.05 0 0.93 0.25 63.37 0.87 0.4
Hex B5 BF D 5 0 5D 19 3F 57 28
Octal 265 277 15 5 0 135 31 77 127 50
Binary 10110101 10111111 1101 101 0 1011101 11001 111111 1010111 101000

Color Harmonies of #B5BF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BF0D

Black with #B5BF0D

Text Example


Text Example

White with #B5BF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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