Html Css Color HEX #BCBF11 La Rioja

📋 copy color: '#BCBF11'

red 188 ◦ green 191 ◦ blue 17

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

Shades of La Rioja #BCBF11

Tints of La Rioja #BCBF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.29%

R = 47.47%
G = 48.23%
B = 4.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BCBF11 (or 0xBCBF11) is known color: La Rioja. HEX triplet: BC, BF and 11. RGB value is (188,191,17). Sum of RGB (Red+Green+Blue) = 188+191+17=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBF11 is #4340EE. Grayscale: #AAAAAA. Windows color (decimal): -4407535 or 1163196. OLE color: 1163196.

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

Color convert

RGB 188 191 17 -
CMYK 0.02 0 0.91 0.25
HSL 61.03º 0.84% 0.41% -
HSV(B) 61.03º 0.91% 0.75% -
XYZ 39.47 47.99 7.71 -
YUV 170.27 41.51 140.65 -
System Red Green Blue C M Y K H S L
Decimal 188 191 17 0.02 0 0.91 0.25 61.03 0.84 0.41
Hex BC BF 11 2 0 5B 19 3D 54 29
Octal 274 277 21 2 0 133 31 75 124 51
Binary 10111100 10111111 10001 10 0 1011011 11001 111101 1010100 101001

Color Harmonies of #BCBF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF11

Black with #BCBF11

Text Example


Text Example

White with #BCBF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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