Html Css Color HEX #BFCA03 La Rioja

📋 copy color: '#BFCA03'

red 191 ◦ green 202 ◦ blue 3

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

Shades of La Rioja #BFCA03

Tints of La Rioja #BFCA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 48.23%
G = 51.01%
B = 0.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#BFCA03 (or 0xBFCA03) is known color: La Rioja. HEX triplet: BF, CA and 03. RGB value is (191,202,3). Sum of RGB (Red+Green+Blue) = 191+202+3=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCA03 is #4035FC. Grayscale: #B0B0B0. Windows color (decimal): -4208125 or 248511. OLE color: 248511.

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

Color convert

RGB 191 202 3 -
CMYK 0.05 0 0.99 0.21
HSL 63.32º 0.97% 0.4% -
HSV(B) 63.32º 0.99% 0.79% -
XYZ 42.62 53.32 8.13 -
YUV 176.03 30.36 138.68 -
System Red Green Blue C M Y K H S L
Decimal 191 202 3 0.05 0 0.99 0.21 63.32 0.97 0.4
Hex BF CA 3 5 0 63 15 3F 61 28
Octal 277 312 3 5 0 143 25 77 141 50
Binary 10111111 11001010 11 101 0 1100011 10101 111111 1100001 101000

Color Harmonies of #BFCA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCA03

Black with #BFCA03

Text Example


Text Example

White with #BFCA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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