Html Css Color HEX #BCBF01 La Rioja

📋 copy color: '#BCBF01'

red 188 ◦ green 191 ◦ blue 1

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

Shades of La Rioja #BCBF01

Tints of La Rioja #BCBF01

RGB

 RED value IS 188 (73.83% from 255) = 49.47%

 GREEN value IS 191 (75% from 255) = 50.26%

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

R = 49.47%
G = 50.26%
B = 0.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BCBF01 (or 0xBCBF01) is known color: La Rioja. HEX triplet: BC, BF and 01. RGB value is (188,191,1). Sum of RGB (Red+Green+Blue) = 188+191+1=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBF01 is #4340FE. Grayscale: #A9A9A9. Windows color (decimal): -4407551 or 114620. OLE color: 114620.

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

Color convert

RGB 188 191 1 -
CMYK 0.02 0 0.99 0.25
HSL 60.95º 0.99% 0.38% -
HSV(B) 60.95º 0.99% 0.75% -
XYZ 39.38 47.96 7.21 -
YUV 168.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 188 191 1 0.02 0 0.99 0.25 60.95 0.99 0.38
Hex BC BF 1 2 0 63 19 3D 63 26
Octal 274 277 1 2 0 143 31 75 143 46
Binary 10111100 10111111 1 10 0 1100011 11001 111101 1100011 100110

Color Harmonies of #BCBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF01

Black with #BCBF01

Text Example


Text Example

White with #BCBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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