Html Css Color HEX #BFB714 La Rioja

📋 copy color: '#BFB714'

red 191 ◦ green 183 ◦ blue 20

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

Shades of La Rioja #BFB714

Tints of La Rioja #BFB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.45%

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

R = 48.48%
G = 46.45%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFB714 (or 0xBFB714) is known color: La Rioja. HEX triplet: BF, B7 and 14. RGB value is (191,183,20). Sum of RGB (Red+Green+Blue) = 191+183+20=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB714 is #4048EB. Grayscale: #A7A7A7. Windows color (decimal): -4212972 or 1357759. OLE color: 1357759.

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

Color convert

RGB 191 183 20 -
CMYK 0 0.04 0.90 0.25
HSL 57.19º 0.81% 0.41% -
HSV(B) 57.19º 0.9% 0.75% -
XYZ 38.55 44.99 7.31 -
YUV 166.81 45.15 145.25 -
System Red Green Blue C M Y K H S L
Decimal 191 183 20 0 0.04 0.90 0.25 57.19 0.81 0.41
Hex BF B7 14 0 4 5A 19 39 51 29
Octal 277 267 24 0 4 132 31 71 121 51
Binary 10111111 10110111 10100 0 100 1011010 11001 111001 1010001 101001

Color Harmonies of #BFB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB714

Black with #BFB714

Text Example


Text Example

White with #BFB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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