Html Css Color HEX #BFB514 La Rioja

📋 copy color: '#BFB514'

red 191 ◦ green 181 ◦ blue 20

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

Shades of La Rioja #BFB514

Tints of La Rioja #BFB514

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 48.72%
G = 46.17%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFB514 (or 0xBFB514) is known color: La Rioja. HEX triplet: BF, B5 and 14. RGB value is (191,181,20). Sum of RGB (Red+Green+Blue) = 191+181+20=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB514 is #404AEB. Grayscale: #A6A6A6. Windows color (decimal): -4213484 or 1357247. OLE color: 1357247.

HSL color Cylindrical-coordinate representation of color #BFB514: hue angle of 56.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFB514 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 20 -
CMYK 0 0.05 0.90 0.25
HSL 56.49º 0.81% 0.41% -
HSV(B) 56.49º 0.9% 0.75% -
XYZ 38.14 44.17 7.18 -
YUV 165.64 45.81 146.09 -
System Red Green Blue C M Y K H S L
Decimal 191 181 20 0 0.05 0.90 0.25 56.49 0.81 0.41
Hex BF B5 14 0 5 5A 19 38 51 29
Octal 277 265 24 0 5 132 31 70 121 51
Binary 10111111 10110101 10100 0 101 1011010 11001 111000 1010001 101001

Color Harmonies of #BFB514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB514

Black with #BFB514

Text Example


Text Example

White with #BFB514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB514; }

 p { color: rgb(191,181,20); }

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

background-color css

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

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

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

border-color css

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

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

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