Html Css Color HEX #BFCB01 La Rioja

📋 copy color: '#BFCB01'

red 191 ◦ green 203 ◦ blue 1

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

Shades of La Rioja #BFCB01

Tints of La Rioja #BFCB01

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.39%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 48.35%
G = 51.39%
B = 0.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.20

RGB Variations

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

Color information

#BFCB01 (or 0xBFCB01) is known color: La Rioja. HEX triplet: BF, CB and 01. RGB value is (191,203,1). Sum of RGB (Red+Green+Blue) = 191+203+1=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 1 (0.78% from 255 or 0.25% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFCB01 is #4034FE. Grayscale: #B1B1B1. Windows color (decimal): -4207871 or 117695. OLE color: 117695.

HSL color Cylindrical-coordinate representation of color #BFCB01: hue angle of 63.56º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BFCB01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 203 1 -
CMYK 0.06 0 1.00 0.20
HSL 63.56º 0.99% 0.4% -
HSV(B) 63.56º 1% 0.8% -
XYZ 42.85 53.79 8.15 -
YUV 176.38 29.02 138.43 -
System Red Green Blue C M Y K H S L
Decimal 191 203 1 0.06 0 1.00 0.20 63.56 0.99 0.4
Hex BF CB 1 6 0 64 14 40 63 28
Octal 277 313 1 6 0 144 24 100 143 50
Binary 10111111 11001011 1 110 0 1100100 10100 1000000 1100011 101000

Color Harmonies of #BFCB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFCB01

Black with #BFCB01

Text Example


Text Example

White with #BFCB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFCB01; }

 p { color: rgb(191,203,1); }

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

background-color css

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

 a { background-color: rgb(191,203,1); }

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

border-color css

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

 span { border-color: rgb(191,203,1); }

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