Html Css Color HEX #BFB20F La Rioja

📋 copy color: '#BFB20F'

red 191 ◦ green 178 ◦ blue 15

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

Shades of La Rioja #BFB20F

Tints of La Rioja #BFB20F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

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

R = 49.74%
G = 46.35%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BFB20F (or 0xBFB20F) is known color: La Rioja. HEX triplet: BF, B2 and 0F. RGB value is (191,178,15). Sum of RGB (Red+Green+Blue) = 191+178+15=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB20F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB20F is #404DF0. Grayscale: #A3A3A3. Windows color (decimal): -4214257 or 1028799. OLE color: 1028799.

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

Color convert

RGB 191 178 15 -
CMYK 0 0.07 0.92 0.25
HSL 55.57º 0.85% 0.4% -
HSV(B) 55.57º 0.92% 0.75% -
XYZ 37.49 42.95 6.77 -
YUV 163.31 44.31 147.75 -
System Red Green Blue C M Y K H S L
Decimal 191 178 15 0 0.07 0.92 0.25 55.57 0.85 0.4
Hex BF B2 F 0 7 5C 19 38 55 28
Octal 277 262 17 0 7 134 31 70 125 50
Binary 10111111 10110010 1111 0 111 1011100 11001 111000 1010101 101000

Color Harmonies of #BFB20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB20F

Black with #BFB20F

Text Example


Text Example

White with #BFB20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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