Html Css Color HEX #BFBC18 La Rioja

📋 copy color: '#BFBC18'

red 191 ◦ green 188 ◦ blue 24

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

Shades of La Rioja #BFBC18

Tints of La Rioja #BFBC18

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.65%

 BLUE value IS 24 (9.77% from 255) = 5.96%

R = 47.39%
G = 46.65%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFBC18 (or 0xBFBC18) is known color: La Rioja. HEX triplet: BF, BC and 18. RGB value is (191,188,24). Sum of RGB (Red+Green+Blue) = 191+188+24=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFBC18 is #4043E7. Grayscale: #AAAAAA. Windows color (decimal): -4211688 or 1621183. OLE color: 1621183.

HSL color Cylindrical-coordinate representation of color #BFBC18: hue angle of 58.92º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFBC18 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 188 24 -
CMYK 0 0.02 0.87 0.25
HSL 58.92º 0.78% 0.42% -
HSV(B) 58.92º 0.87% 0.75% -
XYZ 39.63 47.11 7.87 -
YUV 170.2 45.49 142.84 -
System Red Green Blue C M Y K H S L
Decimal 191 188 24 0 0.02 0.87 0.25 58.92 0.78 0.42
Hex BF BC 18 0 2 57 19 3B 4E 2A
Octal 277 274 30 0 2 127 31 73 116 52
Binary 10111111 10111100 11000 0 10 1010111 11001 111011 1001110 101010

Color Harmonies of #BFBC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC18

Black with #BFBC18

Text Example


Text Example

White with #BFBC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC18; }

 p { color: rgb(191,188,24); }

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

background-color css

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

 a { background-color: rgb(191,188,24); }

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

border-color css

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

 span { border-color: rgb(191,188,24); }

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