Html Css Color HEX #BFCF09 La Rioja

📋 copy color: '#BFCF09'

red 191 ◦ green 207 ◦ blue 9

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

Shades of La Rioja #BFCF09

Tints of La Rioja #BFCF09

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.86%

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 46.93%
G = 50.86%
B = 2.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#BFCF09 (or 0xBFCF09) is known color: La Rioja. HEX triplet: BF, CF and 09. RGB value is (191,207,9). Sum of RGB (Red+Green+Blue) = 191+207+9=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCF09 is #4030F6. Grayscale: #B4B4B4. Windows color (decimal): -4206839 or 643007. OLE color: 643007.

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

Color convert

RGB 191 207 9 -
CMYK 0.08 0 0.96 0.19
HSL 64.85º 0.92% 0.42% -
HSV(B) 64.85º 0.96% 0.81% -
XYZ 43.85 55.72 8.7 -
YUV 179.64 31.7 136.1 -
System Red Green Blue C M Y K H S L
Decimal 191 207 9 0.08 0 0.96 0.19 64.85 0.92 0.42
Hex BF CF 9 8 0 60 13 41 5C 2A
Octal 277 317 11 10 0 140 23 101 134 52
Binary 10111111 11001111 1001 1000 0 1100000 10011 1000001 1011100 101010

Color Harmonies of #BFCF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCF09

Black with #BFCF09

Text Example


Text Example

White with #BFCF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCF09; }

 p { color: rgb(191,207,9); }

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

background-color css

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

 a { background-color: rgb(191,207,9); }

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

border-color css

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

 span { border-color: rgb(191,207,9); }

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