Html Css Color HEX #BCBA18 La Rioja

📋 copy color: '#BCBA18'

red 188 ◦ green 186 ◦ blue 24

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

Shades of La Rioja #BCBA18

Tints of La Rioja #BCBA18

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.73%

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

R = 47.24%
G = 46.73%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCBA18 (or 0xBCBA18) is known color: La Rioja. HEX triplet: BC, BA and 18. RGB value is (188,186,24). Sum of RGB (Red+Green+Blue) = 188+186+24=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBA18 is #4345E7. Grayscale: #A8A8A8. Windows color (decimal): -4408808 or 1620668. OLE color: 1620668.

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

Color convert

RGB 188 186 24 -
CMYK 0 0.01 0.87 0.26
HSL 59.27º 0.77% 0.42% -
HSV(B) 59.27º 0.87% 0.74% -
XYZ 38.46 45.88 7.69 -
YUV 168.13 46.66 142.17 -
System Red Green Blue C M Y K H S L
Decimal 188 186 24 0 0.01 0.87 0.26 59.27 0.77 0.42
Hex BC BA 18 0 1 57 1A 3B 4D 2A
Octal 274 272 30 0 1 127 32 73 115 52
Binary 10111100 10111010 11000 0 1 1010111 11010 111011 1001101 101010

Color Harmonies of #BCBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA18

Black with #BCBA18

Text Example


Text Example

White with #BCBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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