Html Css Color HEX #BFCA04 La Rioja

📋 copy color: '#BFCA04'

red 191 ◦ green 202 ◦ blue 4

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

Shades of La Rioja #BFCA04

Tints of La Rioja #BFCA04

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.88%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 48.11%
G = 50.88%
B = 1.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#BFCA04 (or 0xBFCA04) is known color: La Rioja. HEX triplet: BF, CA and 04. RGB value is (191,202,4). Sum of RGB (Red+Green+Blue) = 191+202+4=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA04 is #4035FB. Grayscale: #B0B0B0. Windows color (decimal): -4208124 or 314047. OLE color: 314047.

HSL color Cylindrical-coordinate representation of color #BFCA04: hue angle of 63.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BFCA04 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 202 4 -
CMYK 0.05 0 0.98 0.21
HSL 63.33º 0.96% 0.4% -
HSV(B) 63.33º 0.98% 0.79% -
XYZ 42.63 53.33 8.16 -
YUV 176.14 30.86 138.6 -
System Red Green Blue C M Y K H S L
Decimal 191 202 4 0.05 0 0.98 0.21 63.33 0.96 0.4
Hex BF CA 4 5 0 62 15 3F 60 28
Octal 277 312 4 5 0 142 25 77 140 50
Binary 10111111 11001010 100 101 0 1100010 10101 111111 1100000 101000

Color Harmonies of #BFCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA04

Black with #BFCA04

Text Example


Text Example

White with #BFCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA04; }

 p { color: rgb(191,202,4); }

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

background-color css

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

 a { background-color: rgb(191,202,4); }

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

border-color css

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

 span { border-color: rgb(191,202,4); }

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