Html Css Color HEX #BFB505 La Rioja

📋 copy color: '#BFB505'

red 191 ◦ green 181 ◦ blue 5

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

Shades of La Rioja #BFB505

Tints of La Rioja #BFB505

RGB

 RED value IS 191 (75% from 255) = 50.66%

 GREEN value IS 181 (71.09% from 255) = 48.01%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 50.66%
G = 48.01%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#BFB505 (or 0xBFB505) is known color: La Rioja. HEX triplet: BF, B5 and 05. RGB value is (191,181,5). Sum of RGB (Red+Green+Blue) = 191+181+5=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB505 is #404AFA. Grayscale: #A4A4A4. Windows color (decimal): -4213499 or 374207. OLE color: 374207.

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

Color convert

RGB 191 181 5 -
CMYK 0 0.05 0.97 0.25
HSL 56.77º 0.95% 0.38% -
HSV(B) 56.77º 0.97% 0.75% -
XYZ 38.04 44.14 6.66 -
YUV 163.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 191 181 5 0 0.05 0.97 0.25 56.77 0.95 0.38
Hex BF B5 5 0 5 61 19 39 5F 26
Octal 277 265 5 0 5 141 31 71 137 46
Binary 10111111 10110101 101 0 101 1100001 11001 111001 1011111 100110

Color Harmonies of #BFB505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB505

Black with #BFB505

Text Example


Text Example

White with #BFB505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB505; }

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

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

background-color css

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

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

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

border-color css

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

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

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