Html Css Color HEX #BFB814 La Rioja

📋 copy color: '#BFB814'

red 191 ◦ green 184 ◦ blue 20

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

Shades of La Rioja #BFB814

Tints of La Rioja #BFB814

RGB

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

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

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

R = 48.35%
G = 46.58%
B = 5.06%

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

#BFB814 (or 0xBFB814) is known color: La Rioja. HEX triplet: BF, B8 and 14. RGB value is (191,184,20). Sum of RGB (Red+Green+Blue) = 191+184+20=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 184 (72.27% from 255 or 46.58% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB814 is #4047EB. Grayscale: #A8A8A8. Windows color (decimal): -4212716 or 1358015. OLE color: 1358015.

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

Color convert

RGB 191 184 20 -
CMYK 0 0.04 0.90 0.25
HSL 57.54º 0.81% 0.41% -
HSV(B) 57.54º 0.9% 0.75% -
XYZ 38.75 45.41 7.38 -
YUV 167.4 44.82 144.84 -
System Red Green Blue C M Y K H S L
Decimal 191 184 20 0 0.04 0.90 0.25 57.54 0.81 0.41
Hex BF B8 14 0 4 5A 19 3A 51 29
Octal 277 270 24 0 4 132 31 72 121 51
Binary 10111111 10111000 10100 0 100 1011010 11001 111010 1010001 101001

Color Harmonies of #BFB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB814

Black with #BFB814

Text Example


Text Example

White with #BFB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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