Html Css Color HEX #BFB90C La Rioja

📋 copy color: '#BFB90C'

red 191 ◦ green 185 ◦ blue 12

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

Shades of La Rioja #BFB90C

Tints of La Rioja #BFB90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

 BLUE value IS 12 (5.08% from 255) = 3.09%

R = 49.23%
G = 47.68%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFB90C (or 0xBFB90C) is known color: La Rioja. HEX triplet: BF, B9 and 0C. RGB value is (191,185,12). Sum of RGB (Red+Green+Blue) = 191+185+12=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 12 (5.08% from 255 or 3.09% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB90C is #4046F3. Grayscale: #A7A7A7. Windows color (decimal): -4212468 or 833983. OLE color: 833983.

HSL color Cylindrical-coordinate representation of color #BFB90C: hue angle of 57.99º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BFB90C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 12 -
CMYK 0 0.03 0.94 0.25
HSL 57.99º 0.88% 0.4% -
HSV(B) 57.99º 0.94% 0.75% -
XYZ 38.9 45.8 7.14 -
YUV 167.07 40.49 145.07 -
System Red Green Blue C M Y K H S L
Decimal 191 185 12 0 0.03 0.94 0.25 57.99 0.88 0.4
Hex BF B9 C 0 3 5E 19 3A 58 28
Octal 277 271 14 0 3 136 31 72 130 50
Binary 10111111 10111001 1100 0 11 1011110 11001 111010 1011000 101000

Color Harmonies of #BFB90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB90C

Black with #BFB90C

Text Example


Text Example

White with #BFB90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB90C; }

 p { color: rgb(191,185,12); }

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

background-color css

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

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

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

border-color css

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

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

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