Html Css Color HEX #BFC706 La Rioja

📋 copy color: '#BFC706'

red 191 ◦ green 199 ◦ blue 6

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

Shades of La Rioja #BFC706

Tints of La Rioja #BFC706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.25%

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

R = 48.23%
G = 50.25%
B = 1.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#BFC706 (or 0xBFC706) is known color: La Rioja. HEX triplet: BF, C7 and 06. RGB value is (191,199,6). Sum of RGB (Red+Green+Blue) = 191+199+6=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFC706 is #4038F9. Grayscale: #AFAFAF. Windows color (decimal): -4208890 or 444351. OLE color: 444351.

HSL color Cylindrical-coordinate representation of color #BFC706: hue angle of 62.49º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFC706 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 199 6 -
CMYK 0.04 0 0.97 0.22
HSL 62.49º 0.94% 0.4% -
HSV(B) 62.49º 0.97% 0.78% -
XYZ 41.94 51.94 7.99 -
YUV 174.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 191 199 6 0.04 0 0.97 0.22 62.49 0.94 0.4
Hex BF C7 6 4 0 61 16 3E 5E 28
Octal 277 307 6 4 0 141 26 76 136 50
Binary 10111111 11000111 110 100 0 1100001 10110 111110 1011110 101000

Color Harmonies of #BFC706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC706

Black with #BFC706

Text Example


Text Example

White with #BFC706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC706; }

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

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

background-color css

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

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

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

border-color css

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

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

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