Html Css Color HEX #BFB80C La Rioja

📋 copy color: '#BFB80C'

red 191 ◦ green 184 ◦ blue 12

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

Shades of La Rioja #BFB80C

Tints of La Rioja #BFB80C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

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

R = 49.35%
G = 47.55%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BFB80C (or 0xBFB80C) is known color: La Rioja. HEX triplet: BF, B8 and 0C. RGB value is (191,184,12). Sum of RGB (Red+Green+Blue) = 191+184+12=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB80C is #4047F3. Grayscale: #A7A7A7. Windows color (decimal): -4212724 or 833727. OLE color: 833727.

HSL color Cylindrical-coordinate representation of color #BFB80C: hue angle of 57.65º 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 #BFB80C is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 12 -
CMYK 0 0.04 0.94 0.25
HSL 57.65º 0.88% 0.4% -
HSV(B) 57.65º 0.94% 0.75% -
XYZ 38.69 45.38 7.07 -
YUV 166.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 191 184 12 0 0.04 0.94 0.25 57.65 0.88 0.4
Hex BF B8 C 0 4 5E 19 3A 58 28
Octal 277 270 14 0 4 136 31 72 130 50
Binary 10111111 10111000 1100 0 100 1011110 11001 111010 1011000 101000

Color Harmonies of #BFB80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB80C

Black with #BFB80C

Text Example


Text Example

White with #BFB80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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