Html Css Color HEX #BCB418 La Rioja

📋 copy color: '#BCB418'

red 188 ◦ green 180 ◦ blue 24

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

Shades of La Rioja #BCB418

Tints of La Rioja #BCB418

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.92%

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

R = 47.96%
G = 45.92%
B = 6.12%

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

#BCB418 (or 0xBCB418) is known color: La Rioja. HEX triplet: BC, B4 and 18. RGB value is (188,180,24). Sum of RGB (Red+Green+Blue) = 188+180+24=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB418 is #434BE7. Grayscale: #A5A5A5. Windows color (decimal): -4410344 or 1619132. OLE color: 1619132.

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

Color convert

RGB 188 180 24 -
CMYK 0 0.04 0.87 0.26
HSL 57.07º 0.77% 0.42% -
HSV(B) 57.07º 0.87% 0.74% -
XYZ 37.23 43.4 7.28 -
YUV 164.61 48.65 144.68 -
System Red Green Blue C M Y K H S L
Decimal 188 180 24 0 0.04 0.87 0.26 57.07 0.77 0.42
Hex BC B4 18 0 4 57 1A 39 4D 2A
Octal 274 264 30 0 4 127 32 71 115 52
Binary 10111100 10110100 11000 0 100 1010111 11010 111001 1001101 101010

Color Harmonies of #BCB418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB418

Black with #BCB418

Text Example


Text Example

White with #BCB418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB418; }

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

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

background-color css

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

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

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

border-color css

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

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

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