Html Css Color HEX #BFBF09 La Rioja

📋 copy color: '#BFBF09'

red 191 ◦ green 191 ◦ blue 9

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

Shades of La Rioja #BFBF09

Tints of La Rioja #BFBF09

RGB

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

 GREEN value IS 191 (75% from 255) = 48.85%

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

R = 48.85%
G = 48.85%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BFBF09 (or 0xBFBF09) is known color: La Rioja. HEX triplet: BF, BF and 09. RGB value is (191,191,9). Sum of RGB (Red+Green+Blue) = 191+191+9=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBF09 is #4040F6. Grayscale: #AAAAAA. Windows color (decimal): -4210935 or 638911. OLE color: 638911.

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

Color convert

RGB 191 191 9 -
CMYK 0 0 0.95 0.25
HSL 60º 0.91% 0.39% -
HSV(B) 60º 0.95% 0.75% -
XYZ 40.17 48.36 7.48 -
YUV 170.25 37 142.8 -
System Red Green Blue C M Y K H S L
Decimal 191 191 9 0 0 0.95 0.25 60 0.91 0.39
Hex BF BF 9 0 0 5F 19 3C 5B 27
Octal 277 277 11 0 0 137 31 74 133 47
Binary 10111111 10111111 1001 0 0 1011111 11001 111100 1011011 100111

Color Harmonies of #BFBF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBF09

Black with #BFBF09

Text Example


Text Example

White with #BFBF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBF09; }

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

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

background-color css

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

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

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

border-color css

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

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

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