Html Css Color HEX #BFCE07 La Rioja

📋 copy color: '#BFCE07'

red 191 ◦ green 206 ◦ blue 7

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

Shades of La Rioja #BFCE07

Tints of La Rioja #BFCE07

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.99%

 BLUE value IS 7 (3.13% from 255) = 1.73%

R = 47.28%
G = 50.99%
B = 1.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#BFCE07 (or 0xBFCE07) is known color: La Rioja. HEX triplet: BF, CE and 07. RGB value is (191,206,7). Sum of RGB (Red+Green+Blue) = 191+206+7=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCE07 is #4031F8. Grayscale: #B3B3B3. Windows color (decimal): -4207097 or 511679. OLE color: 511679.

HSL color Cylindrical-coordinate representation of color #BFCE07: hue angle of 64.52º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BFCE07 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 206 7 -
CMYK 0.07 0 0.97 0.19
HSL 64.52º 0.93% 0.42% -
HSV(B) 64.52º 0.97% 0.81% -
XYZ 43.6 55.23 8.56 -
YUV 178.83 31.03 136.68 -
System Red Green Blue C M Y K H S L
Decimal 191 206 7 0.07 0 0.97 0.19 64.52 0.93 0.42
Hex BF CE 7 7 0 61 13 41 5D 2A
Octal 277 316 7 7 0 141 23 101 135 52
Binary 10111111 11001110 111 111 0 1100001 10011 1000001 1011101 101010

Color Harmonies of #BFCE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCE07

Black with #BFCE07

Text Example


Text Example

White with #BFCE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCE07; }

 p { color: rgb(191,206,7); }

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

background-color css

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

 a { background-color: rgb(191,206,7); }

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

border-color css

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

 span { border-color: rgb(191,206,7); }

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