Html Css Color HEX #BFC906 La Rioja

📋 copy color: '#BFC906'

red 191 ◦ green 201 ◦ blue 6

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

Shades of La Rioja #BFC906

Tints of La Rioja #BFC906

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.5%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 47.99%
G = 50.5%
B = 1.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.21

RGB Variations

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

Color information

#BFC906 (or 0xBFC906) is known color: La Rioja. HEX triplet: BF, C9 and 06. RGB value is (191,201,6). Sum of RGB (Red+Green+Blue) = 191+201+6=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 201 (78.91% from 255 or 50.50% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC906 is #4036F9. Grayscale: #B0B0B0. Windows color (decimal): -4208378 or 444863. OLE color: 444863.

HSL color Cylindrical-coordinate representation of color #BFC906: hue angle of 63.08º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFC906 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 201 6 -
CMYK 0.05 0 0.97 0.21
HSL 63.08º 0.94% 0.41% -
HSV(B) 63.08º 0.97% 0.79% -
XYZ 42.41 52.86 8.14 -
YUV 175.78 32.19 138.86 -
System Red Green Blue C M Y K H S L
Decimal 191 201 6 0.05 0 0.97 0.21 63.08 0.94 0.41
Hex BF C9 6 5 0 61 15 3F 5E 29
Octal 277 311 6 5 0 141 25 77 136 51
Binary 10111111 11001001 110 101 0 1100001 10101 111111 1011110 101001

Color Harmonies of #BFC906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC906

Black with #BFC906

Text Example


Text Example

White with #BFC906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC906; }

 p { color: rgb(191,201,6); }

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

background-color css

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

 a { background-color: rgb(191,201,6); }

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

border-color css

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

 span { border-color: rgb(191,201,6); }

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