Html Css Color HEX #BFB40F La Rioja

📋 copy color: '#BFB40F'

red 191 ◦ green 180 ◦ blue 15

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

Shades of La Rioja #BFB40F

Tints of La Rioja #BFB40F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

 BLUE value IS 15 (6.25% from 255) = 3.89%

R = 49.48%
G = 46.63%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFB40F (or 0xBFB40F) is known color: La Rioja. HEX triplet: BF, B4 and 0F. RGB value is (191,180,15). Sum of RGB (Red+Green+Blue) = 191+180+15=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 15 (6.25% from 255 or 3.89% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB40F is #404BF0. Grayscale: #A5A5A5. Windows color (decimal): -4213745 or 1029311. OLE color: 1029311.

HSL color Cylindrical-coordinate representation of color #BFB40F: hue angle of 56.25º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BFB40F is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 180 15 -
CMYK 0 0.06 0.92 0.25
HSL 56.25º 0.85% 0.4% -
HSV(B) 56.25º 0.92% 0.75% -
XYZ 37.89 43.75 6.9 -
YUV 164.48 43.64 146.92 -
System Red Green Blue C M Y K H S L
Decimal 191 180 15 0 0.06 0.92 0.25 56.25 0.85 0.4
Hex BF B4 F 0 6 5C 19 38 55 28
Octal 277 264 17 0 6 134 31 70 125 50
Binary 10111111 10110100 1111 0 110 1011100 11001 111000 1010101 101000

Color Harmonies of #BFB40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB40F

Black with #BFB40F

Text Example


Text Example

White with #BFB40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB40F; }

 p { color: rgb(191,180,15); }

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

background-color css

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

 a { background-color: rgb(191,180,15); }

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

border-color css

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

 span { border-color: rgb(191,180,15); }

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