Html Css Color HEX #BCB518 La Rioja

📋 copy color: '#BCB518'

red 188 ◦ green 181 ◦ blue 24

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

Shades of La Rioja #BCB518

Tints of La Rioja #BCB518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 47.84%
G = 46.06%
B = 6.11%

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

#BCB518 (or 0xBCB518) is known color: La Rioja. HEX triplet: BC, B5 and 18. RGB value is (188,181,24). Sum of RGB (Red+Green+Blue) = 188+181+24=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB518 is #434AE7. Grayscale: #A5A5A5. Windows color (decimal): -4410088 or 1619388. OLE color: 1619388.

HSL color Cylindrical-coordinate representation of color #BCB518: hue angle of 57.44º 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 #BCB518 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 24 -
CMYK 0 0.04 0.87 0.26
HSL 57.44º 0.77% 0.42% -
HSV(B) 57.44º 0.87% 0.74% -
XYZ 37.43 43.81 7.35 -
YUV 165.2 48.32 144.27 -
System Red Green Blue C M Y K H S L
Decimal 188 181 24 0 0.04 0.87 0.26 57.44 0.77 0.42
Hex BC B5 18 0 4 57 1A 39 4D 2A
Octal 274 265 30 0 4 127 32 71 115 52
Binary 10111100 10110101 11000 0 100 1010111 11010 111001 1001101 101010

Color Harmonies of #BCB518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB518

Black with #BCB518

Text Example


Text Example

White with #BCB518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB518; }

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

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

background-color css

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

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

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

border-color css

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

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

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