Html Css Color HEX #BFB619 La Rioja

📋 copy color: '#BFB619'

red 191 ◦ green 182 ◦ blue 25

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

Shades of La Rioja #BFB619

Tints of La Rioja #BFB619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.73%

 BLUE value IS 25 (10.16% from 255) = 6.28%

R = 47.99%
G = 45.73%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFB619 (or 0xBFB619) is known color: La Rioja. HEX triplet: BF, B6 and 19. RGB value is (191,182,25). Sum of RGB (Red+Green+Blue) = 191+182+25=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB619 is #4049E6. Grayscale: #A7A7A7. Windows color (decimal): -4213223 or 1685183. OLE color: 1685183.

HSL color Cylindrical-coordinate representation of color #BFB619: hue angle of 56.75º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFB619 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 182 25 -
CMYK 0 0.05 0.87 0.25
HSL 56.75º 0.77% 0.42% -
HSV(B) 56.75º 0.87% 0.75% -
XYZ 38.39 44.6 7.51 -
YUV 166.79 47.98 145.27 -
System Red Green Blue C M Y K H S L
Decimal 191 182 25 0 0.05 0.87 0.25 56.75 0.77 0.42
Hex BF B6 19 0 5 57 19 39 4D 2A
Octal 277 266 31 0 5 127 31 71 115 52
Binary 10111111 10110110 11001 0 101 1010111 11001 111001 1001101 101010

Color Harmonies of #BFB619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB619

Black with #BFB619

Text Example


Text Example

White with #BFB619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB619; }

 p { color: rgb(191,182,25); }

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

background-color css

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

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

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

border-color css

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

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

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