Html Css Color HEX #BCBA1A La Rioja

📋 copy color: '#BCBA1A'

red 188 ◦ green 186 ◦ blue 26

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

Shades of La Rioja #BCBA1A

Tints of La Rioja #BCBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 47%
G = 46.5%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BCBA1A (or 0xBCBA1A) is known color: La Rioja. HEX triplet: BC, BA and 1A. RGB value is (188,186,26). Sum of RGB (Red+Green+Blue) = 188+186+26=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 186 (73.05% from 255 or 46.5% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA1A is #4345E5. Grayscale: #A9A9A9. Windows color (decimal): -4408806 or 1751740. OLE color: 1751740.

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

Color convert

RGB 188 186 26 -
CMYK 0 0.01 0.86 0.26
HSL 59.26º 0.76% 0.42% -
HSV(B) 59.26º 0.86% 0.74% -
XYZ 38.48 45.88 7.81 -
YUV 168.36 47.66 142.01 -
System Red Green Blue C M Y K H S L
Decimal 188 186 26 0 0.01 0.86 0.26 59.26 0.76 0.42
Hex BC BA 1A 0 1 56 1A 3B 4C 2A
Octal 274 272 32 0 1 126 32 73 114 52
Binary 10111100 10111010 11010 0 1 1010110 11010 111011 1001100 101010

Color Harmonies of #BCBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA1A

Black with #BCBA1A

Text Example


Text Example

White with #BCBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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