Html Css Color HEX #BCBF13 La Rioja

📋 copy color: '#BCBF13'

red 188 ◦ green 191 ◦ blue 19

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

Shades of La Rioja #BCBF13

Tints of La Rioja #BCBF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.77%

R = 47.24%
G = 47.99%
B = 4.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BCBF13 (or 0xBCBF13) is known color: La Rioja. HEX triplet: BC, BF and 13. RGB value is (188,191,19). Sum of RGB (Red+Green+Blue) = 188+191+19=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBF13 is #4340EC. Grayscale: #ABABAB. Windows color (decimal): -4407533 or 1294268. OLE color: 1294268.

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

Color convert

RGB 188 191 19 -
CMYK 0.02 0 0.90 0.25
HSL 61.05º 0.82% 0.41% -
HSV(B) 61.05º 0.9% 0.75% -
XYZ 39.49 48 7.8 -
YUV 170.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 188 191 19 0.02 0 0.90 0.25 61.05 0.82 0.41
Hex BC BF 13 2 0 5A 19 3D 52 29
Octal 274 277 23 2 0 132 31 75 122 51
Binary 10111100 10111111 10011 10 0 1011010 11001 111101 1010010 101001

Color Harmonies of #BCBF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBF13

Black with #BCBF13

Text Example


Text Example

White with #BCBF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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