Html Css Color HEX #BCB519 La Rioja

📋 copy color: '#BCB519'

red 188 ◦ green 181 ◦ blue 25

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

Shades of La Rioja #BCB519

Tints of La Rioja #BCB519

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.94%

 BLUE value IS 25 (10.16% from 255) = 6.35%

R = 47.72%
G = 45.94%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCB519 (or 0xBCB519) is known color: La Rioja. HEX triplet: BC, B5 and 19. RGB value is (188,181,25). Sum of RGB (Red+Green+Blue) = 188+181+25=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB519 is #434AE6. Grayscale: #A5A5A5. Windows color (decimal): -4410087 or 1684924. OLE color: 1684924.

HSL color Cylindrical-coordinate representation of color #BCB519: hue angle of 57.42º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCB519 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 25 -
CMYK 0 0.04 0.87 0.26
HSL 57.42º 0.77% 0.42% -
HSV(B) 57.42º 0.87% 0.74% -
XYZ 37.44 43.81 7.4 -
YUV 165.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 188 181 25 0 0.04 0.87 0.26 57.42 0.77 0.42
Hex BC B5 19 0 4 57 1A 39 4D 2A
Octal 274 265 31 0 4 127 32 71 115 52
Binary 10111100 10110101 11001 0 100 1010111 11010 111001 1001101 101010

Color Harmonies of #BCB519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB519

Black with #BCB519

Text Example


Text Example

White with #BCB519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB519; }

 p { color: rgb(188,181,25); }

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

background-color css

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

 a { background-color: rgb(188,181,25); }

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

border-color css

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

 span { border-color: rgb(188,181,25); }

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